This commit is a follow-up of "switch to using stestr" which was merged already [1]. After switch to using stestr, testrepository is unnecessary and should be removed. This patch also switch coverage jobs to "stestr". [1] https://review.openstack.org/573378 Change-Id: I242a26f901d2c543190127cf9eb266924cf392f7changes/77/581677/4
parent
791c91adae
commit
3ecb357454
@ -1,9 +1,4 @@
|
||||
[DEFAULT]
|
||||
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
||||
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
|
||||
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
|
||||
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \
|
||||
${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./networking_vpp/tests/unit} $LISTOPT $IDOPTION
|
||||
test_id_option=--load-list $IDFILE
|
||||
test_list_option=--list
|
||||
test_path=./networking_vpp/tests
|
||||
test_path=${OS_TEST_PATH:-./networking_vpp/tests/unit}
|
||||
top_dir=./
|
||||
|
||||
|
Loading…
Reference in new issue