Chris Yeoh | 3caf423 | 2013-02-08 11:14:00 +1030 | [diff] [blame] | 1 | [DEFAULT] |
Matthew Treinish | 87af1bb | 2013-06-17 15:29:10 -0400 | [diff] [blame] | 2 | test_command=${PYTHON:-python} -m subunit.run $LISTOPT $IDOPTION |
3 | test_id_option=$(${PYTHON:-python} -m tools/run_test_classes $IDFILE) | ||||
4 | test_list_option=discover -t ./ ./tempest --list | ||||
5 | group_regex=([^\.]*\.)* |