
This is the unmodified output of cookiecutter https://git.openstack.org/openstack-dev/oslo-cookiecutter Change-Id: I8fbc11c50bbd171b9f99bd9b5ba39eef1f686860 Implements: blueprint privsep Depends-On: Iee84120f4da14ee3d441933a0e03a67c22fce8d1 Depends-On: Ia4d56747d56dcfe50889ebbdf9d553df13e1b950
8 lines
332 B
Plaintext
8 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:-60} \
|
|
${PYTHON:-python} -m subunit.run discover -t ./ ./oslo_privsep $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|