dd772619e8
As all unit tests lie in `ceilometer/ceilometer/tests`, the test_command should use `ceilometer/tests` instead of `ceilometer`. Change-Id: Idb1dade44a06c71fb5e64ca875b71633def110a5 Closes-Bug: 1368509
8 lines
334 B
Plaintext
8 lines
334 B
Plaintext
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
|
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
|
|
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-600} \
|
|
${PYTHON:-python} -m subunit.run discover ceilometer/tests -t . $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|