161a82f218
This imports the structure, unit tests, and template from nova-specs, creating a functional specs repository without any approved specs. Some modifications were made to the template to make it more applicable to Ironic, eg. by adding sections and comments to existing sections where relevant to bare metal provisioning. Change-Id: I0b1ccd4a283d1c670a6ce497677dea8f47457f00
7 lines
318 B
Plaintext
7 lines
318 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 |