stestr is maintained project to which all Openstack projects should migrate. [1] https://etherpad.openstack.org/p/YVR-python-pti [2] https://governance.openstack.org/tc/reference/pti/python.html Change-Id: I3a4a8e6a7c856446686252d80046532e08d3936bchanges/23/573123/2
parent
572d742b85
commit
5915585cd2
@ -0,0 +1,3 @@
|
||||
[DEFAULT]
|
||||
test_path=./tacker/tests/unit
|
||||
top_path=./
|
@ -1,4 +0,0 @@
|
||||
[DEFAULT]
|
||||
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_LOG_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./tacker/tests/unit} $LISTOPT $IDOPTION
|
||||
test_id_option=--load-list $IDFILE
|
||||
test_list_option=--list
|
@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# preserve old behavior of using an arg as a regex when '--' is not present
|
||||
case $@ in
|
||||
(*--*) ostestr $@;;
|
||||
('') ostestr;;
|
||||
(*) ostestr --regex "$@"
|
||||
esac
|
Loading…
Reference in new issue