2014-06-25 09:58:49 +00:00
|
|
|
[DEFAULT]
|
2014-08-29 06:38:38 +00:00
|
|
|
#test_command=${PYTHON:-python} -m subunit.run discover octavia $LISTOPT $IDOPTION
|
2015-04-09 20:25:25 +00:00
|
|
|
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_LOG_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./octavia/tests/unit} $LISTOPT $IDOPTION
|
2014-06-25 09:58:49 +00:00
|
|
|
test_id_option=--load-list $IDFILE
|
|
|
|
test_list_option=--list
|