1a7db5f125
* Update Openstack common (aa7c658156e1e46315cdce1d580718f30054da2f): - apiclient - importutils - strutils - jsonutils - cliutils - apiclient * Switch from nosetests to testtools * Update shell.py to the actual state Change-Id: I2b8f3393ba3e700f65f1a794caae713f12856035
8 lines
331 B
Plaintext
Executable File
8 lines
331 B
Plaintext
Executable File
[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 $DISCOVER_DIRECTORY $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|