Last active
October 21, 2015 02:33
-
-
Save apahim/667ee1e7b935d523a178 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[asegundo@x240 avocado]$ avocado run avocado-virt-tests/qemu/boot.py | |
JOB ID : 66aae4a89e7c4c841b6d6ce60a0ab033d3f45aa0 | |
JOB LOG : /home/asegundo/avocado/job-results/job-2015-10-21T00.20-66aae4a/job.log | |
TESTS : 1 | |
(1/1) avocado-virt-tests/qemu/boot.py:BootTest.test_boot: PASS (22.85 s) | |
RESULTS : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | |
TIME : 22.85 s | |
[asegundo@x240 avocado]$ cat /home/asegundo/avocado/job-results/job-2015-10-21T00.20-66aae4a/.replay/urls | |
['avocado-virt-tests/qemu/boot.py'][asegundo@x240 avocado]$ | |
[asegundo@x240 avocado]$ avocado run --replay 66aae4a89e7c4c841b6d6ce60a0ab033d3f45aa0 | |
JOB ID : c0b24593ccf441350a5071c81d565b47b719536d | |
JOB LOG : /home/asegundo/avocado/job-results/job-2015-10-21T00.21-c0b2459/job.log | |
TESTS : 1 | |
(1/1) avocado-virt-tests/qemu/boot.py:BootTest.test_boot: PASS (22.30 s) | |
RESULTS : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | |
TIME : 22.30 s | |
[asegundo@x240 avocado]$ avocado run /bin/true /bin/false /bin/true /bin/false | |
JOB ID : 194e116f2a8572c82df52a3080cb1a2c9627e625 | |
JOB LOG : /home/asegundo/avocado/job-results/job-2015-10-21T00.22-194e116/job.log | |
TESTS : 4 | |
(1/4) /bin/true: PASS (0.01 s) | |
(2/4) /bin/false: FAIL (0.01 s) | |
(3/4) /bin/true: PASS (0.01 s) | |
(4/4) /bin/false: FAIL (0.02 s) | |
RESULTS : PASS 2 | ERROR 0 | FAIL 2 | SKIP 0 | WARN 0 | INTERRUPT 0 | |
TIME : 0.05 s | |
[asegundo@x240 avocado]$ cat /home/asegundo/avocado/job-results/job-2015-10-21T00.22-194e116/.replay/urls | |
['/bin/true', '/bin/false', '/bin/true', '/bin/false'][asegundo@x240 avocado]$ | |
[asegundo@x240 avocado]$ avocado run --replay 194e116 | |
JOB ID : 8d13da47293105cf901b8c34acab41b9d194dc9a | |
JOB LOG : /home/asegundo/avocado/job-results/job-2015-10-21T00.22-8d13da4/job.log | |
TESTS : 4 | |
(1/4) /bin/true: PASS (0.01 s) | |
(2/4) /bin/false: FAIL (0.02 s) | |
(3/4) /bin/true: PASS (0.01 s) | |
(4/4) /bin/false: FAIL (0.02 s) | |
RESULTS : PASS 2 | ERROR 0 | FAIL 2 | SKIP 0 | WARN 0 | INTERRUPT 0 | |
TIME : 0.05 s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment