79726607c1
As the db manage script will be run primarily in production enviroments as a means to cleanup old data. True functional tests are needed to verify that it does not falsely delete valid information and that it properly removes the needed informaion This is the start of any functional tests that are needed for our cmd support scripts. Change-Id: Ib6c9309c4ee95d10e124869a31590cfe983e13ec
10 lines
376 B
Plaintext
10 lines
376 B
Plaintext
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
|
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
|
|
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
|
|
${PYTHON:-python} -m subunit.run discover -s ${OS_TEST_PATH:-./barbican/tests/} -t . $LISTOPT $IDOPTION
|
|
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|
|
group_regex=([^\.]+\.)+
|