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:
parent
d8c0c81d68
commit
b556854633
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user