Fix code coverage ci job

File .testr.conf is still necessary for cover.
It was removed in https://review.openstack.org/#/c/504342/

Change-Id: Idc56a09261e86109ee2fe716ffe5193e83854e0e
Closes-Bug: #1719083
This commit is contained in:
Liping Mao (limao) 2017-09-23 19:04:18 +08:00
parent 2490c368e3
commit 637639c4c7
1 changed files with 4 additions and 0 deletions

4
.testr.conf Normal file
View File

@ -0,0 +1,4 @@
[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:-./kuryr_libnetwork/tests/unit} $LISTOPT $IDOPTION | cat
test_id_option=--load-list $IDFILE
test_list_option=--list