Browse Source
According to Openstack summit session [1] stestr is maintained project to which all Openstack projects should migrate. Let's switch it then. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: Idd7629f2a051aadaf53b04a1b331b20d7fa690dechanges/26/570426/4
5 changed files with 12 additions and 8 deletions
@ -0,0 +1,3 @@
|
||||
[DEFAULT] |
||||
test_path=${OS_TEST_PATH:-./tests/} |
||||
top_dir=./ |
@ -1,4 +0,0 @@
|
||||
[DEFAULT] |
||||
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 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