93297b18d3
It's better to generate more accounts in accounts.yaml file, otherwise some tests may fail because they are trying to access certain credentials with certian roles which are being used by other tests at that moment. Change-Id: I698b1b83864009a299ca51c10f8a36e73793369d
9 lines
396 B
YAML
9 lines
396 B
YAML
# Here, we set tempest_account_concurrency to 3 because with concurrency 2
|
|
# generate only 10 accounts, and sometimes the tests fail because the account
|
|
# is being used by another test, so it's a good idea to have
|
|
# tempest_account_concurrency alway bigger then tempest test concurrency
|
|
# (in our jobs is set to 2)
|
|
tempest_account_concurrency: 3
|
|
virtualenvs:
|
|
tempest: ~/.virtualenvs/.tempest
|