79fd13f000
This prevents tests from hanging indefinitely, which we are seeing in the trigger crash dump tests, which are also skipped in this patch. Partial-Bug: #1675526 Change-Id: If4858040187834ccdebb3f83bfbfa14d5d3251fc
8 lines
359 B
Plaintext
8 lines
359 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:-300} \
|
|
${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./novaclient/tests/unit} $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|