diff options
Diffstat (limited to '.testr.conf')
-rw-r--r-- | .testr.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.testr.conf b/.testr.conf index a0262d822..fbea056e3 100644 --- a/.testr.conf +++ b/.testr.conf @@ -1,4 +1,5 @@ [DEFAULT] -test_command=${PYTHON:-python} -m subunit.run discover -t ./ ./tempest $LISTOPT $IDOPTION -test_id_option=--load-list $IDFILE -test_list_option=--list +test_command=${PYTHON:-python} -m subunit.run $LISTOPT $IDOPTION +test_id_option=$(${PYTHON:-python} -m tools/run_test_classes $IDFILE) +test_list_option=discover -t ./ ./tempest --list +group_regex=([^\.]*\.)* |