d40c2a2867
Fix JSON SQL type to be Text, like it's actually in the old Ceilometer migration script. Change-Id: I647254d7b0e8f3c3983354a18e049ea633565187
10 lines
478 B
Plaintext
10 lines
478 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:-600} \
|
|
${PYTHON:-python} -m subunit.run discover ${OS_TEST_PATH:-./panko/tests} -t . $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|
|
# NOTE(chdent): Only used/matches on gabbi-related tests.
|
|
group_regex=(gabbi\.(suitemaker|driver)\.test_gabbi_(?:prefix_|)[^_]+)_
|