dfd4c1b29e
This patch enables tox to test both old architecture and new architecture. If you'd like to test with new architecture, execute following command. $ tox -enew_arch Change-Id: I28a137b73fcd8f56ecdeedfc20274f7b37bab620
8 lines
335 B
Plaintext
8 lines
335 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/tests2 $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|