15d8281301
It guarantees that all tests inside the test class will be executed in sigle thread. It makes us able to group some tests that uses same external resource into one tests execution thread to avoid races. Example: tests that are use external MySQL/PostgreSQL. Change-Id: I67f10d20ea84caa9335f909fb5f30da4b4e7f1ca
9 lines
355 B
Plaintext
Executable File
9 lines
355 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
|
|
group_regex=([^\.]+\.)+
|