Fix parallel unit tests keystoneclient partial checkout

The unit tests were failing with an error that keystoneclient
didn't have some modules (usually v2_0). This was because the
tests were running in separate workers when they should have been
running in a single worker to ensure that the checkout was done by
a single worker.

Change-Id: I33262dd82aaebe8e0ff0f9faf5c5612efb20f551
Closes-Bug: #1301664
This commit is contained in:
Brant Knudson 2014-04-02 19:19:59 -05:00
parent d8c0c81d68
commit b556854633
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ test_command=
test_id_option=--load-list $IDFILE
test_list_option=--list
group_regex=.*(test_cert_setup|test_keystoneclient).+
group_regex=.*(test_cert_setup|test_keystoneclient)
# NOTE(morganfainberg): If single-worker mode is wanted (e.g. for live tests)