2013-10-10 13:36:03 +00:00
|
|
|
[DEFAULT]
|
2014-03-20 17:34:45 +00:00
|
|
|
test_command=
|
2015-02-12 17:30:27 -06:00
|
|
|
${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystone/tests/unit} $LISTOPT $IDOPTION
|
2013-10-10 13:36:03 +00:00
|
|
|
|
|
|
|
test_id_option=--load-list $IDFILE
|
|
|
|
test_list_option=--list
|
2014-11-24 18:32:31 -06:00
|
|
|
group_regex=.*(test_cert_setup)
|
2014-03-19 15:42:55 -07:00
|
|
|
|
|
|
|
|
|
|
|
# NOTE(morganfainberg): If single-worker mode is wanted (e.g. for live tests)
|
|
|
|
# the environment variable ``TEST_RUN_CONCURRENCY`` should be set to ``1``. If
|
|
|
|
# a non-default (1 worker per available core) concurrency is desired, set
|
|
|
|
# environment variable ``TEST_RUN_CONCURRENCY`` to the desired number of
|
|
|
|
# workers.
|
2014-03-27 13:52:44 -07:00
|
|
|
test_run_concurrency=echo ${TEST_RUN_CONCURRENCY:-0}
|
2013-10-10 13:36:03 +00:00
|
|
|
|