According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I761feb4cfcdc9347cd3f74b8b355c28476301127changes/71/581271/2
parent
dff8dabab0
commit
e1d3430575
@ -0,0 +1,4 @@
|
||||
[DEFAULT]
|
||||
test_path=./os_collect_config/tests
|
||||
top_dir=./
|
||||
|
@ -1,4 +0,0 @@
|
||||
[DEFAULT]
|
||||
test_command=${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
|
||||
test_id_option=--load-list $IDFILE
|
||||
test_list_option=--list
|
Loading…
Reference in new issue