fbfbd68cef
Basic object store container functional tests along with some changes so that setUp and tearDown can create and destroy the test object. The group_regex gets each class to run on one process. Change-Id: Ibffb3cd61976e7db3c4199c627b30af2fa15f652
9 lines
381 B
Plaintext
9 lines
381 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 ./ ${OS_TEST_PATH:-./openstack/tests/unit} $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|
|
group_regex=([^\.]+\.)+
|