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: I99bef7040974e193bc5a57f6f5a7dd7fe293519dchanges/66/581266/2 9.1.0
parent
06740f9c6b
commit
a2091f9c65
@ -0,0 +1,4 @@
|
||||
[DEFAULT]
|
||||
test_path=./os_refresh_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