2013-04-24 17:30:35 -07:00
|
|
|
[DEFAULT]
|
2014-01-20 15:23:35 +08:00
|
|
|
test_command=
|
2014-01-24 23:54:09 +08:00
|
|
|
PYTHON=$(echo ${PYTHON:-python} | sed 's/--source heat//g')
|
2015-03-31 07:25:28 +00:00
|
|
|
START_AT=${TESTR_START_DIR:-.}
|
|
|
|
${PYTHON} -m subunit.run discover -s $START_AT -t . $LISTOPT $IDOPTION
|
|
|
|
if [ "$START_AT" = "." ]; then for plugin in $START_AT/contrib/*; do ${PYTHON} -m subunit.run discover -s $plugin $LISTOPT $IDOPTION; done; fi
|
2013-04-24 17:30:35 -07:00
|
|
|
test_id_option=--load-list $IDFILE
|
|
|
|
test_list_option=--list
|