python-aodhclient/.testr.conf
Mehdi Abaakouk 8d19fc953f functional tests: don't require devstack
Now py27 bootstrap mysql and gnocchi to run tests against them.
2015-08-31 13:52:30 +02:00

8 lines
356 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:-60} \
${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./gnocchiclient/tests} $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list