python-saharaclient/.testr.conf
Trevor McKay b9a6e8b27d Restructure tests directory in preparation for cli integration tests
Partial-implements: blueprint cli-integration-tests
Change-Id: I927c250d787414fb855df3c9952dff743ba11e24
2014-04-22 10:24:17 -04:00

8 lines
331 B
Plaintext
Executable File

[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 $DISCOVER_DIRECTORY $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list