50b6816f88
Project restructure to make the project work as a StackForge project. By: - Update .testr.conf and tox.ini for python-jobs - Rename project top level dir - Put unittest script to the folder that should be - Updtae doc/ and README.rst - Update setup.cfg Change-Id: Ia00ac57630385e5dcca3020d67115b46894bd0a9
10 lines
399 B
Plaintext
10 lines
399 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 ./nova/tests/unit/virt/zvm/ ./nova/tests/unit/virt/zvm \
|
|
$LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|