python-tempestconf/roles/generate-accounts-file/defaults/main.yaml

8 lines
371 B
YAML

# Here, we set tempest_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_concurrency always
# bigger then tempest test concurrency (in our jobs is set to 2)
tempest_concurrency: 3
virtualenvs:
tempest: ~/.virtualenvs/.tempest