2014-01-27 18:19:53 -06:00
|
|
|
[DEFAULT]
|
2014-09-13 15:12:58 -05:00
|
|
|
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
|
|
|
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
|
2015-08-28 01:38:39 -05:00
|
|
|
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
|
|
|
|
${PYTHON:-python} -m subunit.run discover -s ${OS_TEST_PATH:-./barbican} -t . $LISTOPT $IDOPTION
|
2014-01-27 18:19:53 -06:00
|
|
|
|
|
|
|
test_id_option=--load-list $IDFILE
|
|
|
|
test_list_option=--list
|
2015-08-28 01:38:39 -05:00
|
|
|
group_regex=([^\.]+\.)+
|