ceilometer-zvm/.testr.conf
Huang Rui 9882374a4c Init commit of ceilometer-zvm
Build project infrastructure, including:
- project source tree
- init sphinx doc
- testr config file
- .gitignore
- requirement and test-requirement file
- setup.py and setup.cfg
- tox config file
- empty README.rst

Change-Id: Ia4c1b03aa1dc871b9e41d56bf7c4a160eff4e1e1
2015-08-28 14:02:13 +08:00

11 lines
453 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 ./ceilometer_zvm/tests/unit/compute/virt/zvm/ \
./ceilometer_zvm/tests/unit/compute/virt/zvm \
$LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list