congress/.testr.conf
Anusha Ramineni 9c0096278f remove new_arch in tox
Gate jobs related to new_arch have been removed, so it is
no longer required now.

Change-Id: Ib5550bfb00d0fd8213318899cbb73f2cda19c895
2016-09-05 11:35:46 +05:30

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