[DEFAULT] test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./nova/tests} $LISTOPT $IDOPTION test_id_option=--load-list $IDFILE test_list_option=--list # NOTE(cdent): The group_regex describes how testrepository will # group tests into the same process when running concurently. The # following insures that gabbi tests coming from the same YAML file # are all in the same process. This is important because each YAML # file represents an ordered sequence of HTTP requests. Note that # tests which do not match this regex will not be grouped in any # special way. See the following for more details. # http://testrepository.readthedocs.io/en/latest/MANUAL.html#grouping-tests # https://gabbi.readthedocs.io/en/latest/#purpose group_regex=nova\.tests\.functional\.api\.openstack\.placement\.test_placement_api(?:\.|_)([^_]+)