Skip to content

Instantly share code, notes, and snippets.

@apahim
Created September 9, 2017 14:03
Show Gist options
  • Save apahim/e05a1dee06effac81eac9b5568797d27 to your computer and use it in GitHub Desktop.
Save apahim/e05a1dee06effac81eac9b5568797d27 to your computer and use it in GitHub Desktop.
$ avocado run my_first_test.py -m params_simple.yaml --combinatorial 2
JOB ID : 337880f4750bb5702fc1b45dd889dbd8edf9a961
JOB LOG : /home/apahim/avocado/job-results/job-2017-09-09T16.02-337880f/job.log
=================
COMBINATION: default-default-00aa
KEY: step, VALUE: 5
KEY: timeout, VALUE: 60
KEY: arch, VALUE: x86_64
COMBINATION: aarch64-default-e497
KEY: step, VALUE: 5
KEY: timeout, VALUE: 60
KEY: arch, VALUE: aarch64
COMBINATION: default-nice-278f
KEY: step, VALUE: 10
KEY: timeout, VALUE: 30
KEY: arch, VALUE: x86_64
COMBINATION: aarch64-nice-7eec
KEY: step, VALUE: 10
KEY: timeout, VALUE: 30
KEY: arch, VALUE: aarch64
COMBINATION: default-aggressive-bd67
KEY: step, VALUE: 1
KEY: timeout, VALUE: 120
KEY: arch, VALUE: x86_64
COMBINATION: aarch64-aggressive-fe51
KEY: step, VALUE: 1
KEY: timeout, VALUE: 120
KEY: arch, VALUE: aarch64
=================
(1/2) my_first_test.py:MyFirstTest.test;default-default-00aa: FAIL (0.06 s)
(2/2) my_first_test.py:MyFirstTest.test;aarch64-default-e497: FAIL (0.04 s)
RESULTS : PASS 0 | ERROR 0 | FAIL 2 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0
JOB TIME : 0.97 s
JOB HTML : /home/apahim/avocado/job-results/job-2017-09-09T16.02-337880f/results.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment