Enable concurrent testing by default

Enable concurrent testing by default, 1 worker per available core.

Change-Id: I552bca32d953833a48fcf70ccc0daaf50e2aa09a
This commit is contained in:
Morgan Fainberg 2014-03-27 13:52:44 -07:00 committed by Gerrit Code Review
parent 273f39829c
commit edd287a3da

View File

@ -15,5 +15,5 @@ group_regex=.*(test_cert_setup|test_keystoneclient).+
# a non-default (1 worker per available core) concurrency is desired, set # a non-default (1 worker per available core) concurrency is desired, set
# environment variable ``TEST_RUN_CONCURRENCY`` to the desired number of # environment variable ``TEST_RUN_CONCURRENCY`` to the desired number of
# workers. # workers.
test_run_concurrency=echo ${TEST_RUN_CONCURRENCY:-1} test_run_concurrency=echo ${TEST_RUN_CONCURRENCY:-0}