cf99852f51
Optimise tests.db.test_migrations and tests.db.test_migration_utils for concurrency and make opportunistic tests obey walk_style configurations. Closes-Bug: 1207750 Change-Id: Idb30f144fb67aefc58749897d774103c3c0ec640
9 lines
332 B
Plaintext
9 lines
332 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:-160} \
|
|
${PYTHON:-python} -m subunit.run discover -t ./ ./nova/tests $LISTOPT $IDOPTION
|
|
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|