Browse Source
This commit switches to use stestr instead of os-testr. It should be better to reduce the test runner complexity. Change-Id: Ia16ad5ed6d9ed7be9dc6902f875b0144b24a938achanges/98/528198/2
5 changed files with 18 additions and 10 deletions
@ -1,7 +0,0 @@
|
||||
[DEFAULT] |
||||
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ |
||||
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ |
||||
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ |
||||
${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION |
||||
test_id_option=--load-list $IDFILE |
||||
test_list_option=--list |
Loading…
Reference in new issue