a034aa1f95
Add default TestCase that uses fixtures to save stdout and stderr (based off nova/test.py). save stdout and stderr by default but overrideable in order to run pdb. Also use fixtures.Timeout Change-Id: Iece6a96e5e54e252df943934ea465db78e1c5421
9 lines
320 B
Plaintext
9 lines
320 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 ./ . $LISTOPT $IDOPTION
|
|
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|