commit | 4ce82fb6b1a5506ec4d98e4d2f6ccfd15fec446b | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Wed Nov 11 16:35:55 2020 +0200 |
committer | Hanna Arhipova <harhipova@mirantis.com> | Wed Nov 11 19:33:05 2020 +0200 |
tree | 0d1dd9165e634e21541ed25794e46c31be0622b4 | |
parent | 54fec805b0377019b50578cfa151fa06a8e2cfa0 [diff] [blame] |
Add concurrency to the Tempest run from CVP Update chacklist.yaml for auto-marker PROD-35843 Change-Id: Ia0f7e7f05a29a1c4bbd2c8dee3284a5d80aacb14
diff --git a/tcp_tests/tests/system/test_cvp_pipelines.py b/tcp_tests/tests/system/test_cvp_pipelines.py index 4597e54..1523c48 100644 --- a/tcp_tests/tests/system/test_cvp_pipelines.py +++ b/tcp_tests/tests/system/test_cvp_pipelines.py
@@ -146,7 +146,9 @@ GENERATE_CONFIG: true SKIP_LIST_PATH: /usr/share/tempest/skip.list report_prefix: "cvp_" - """, + concurrency: {concurrency} + """.format(concurrency=settings.TEMPEST_THREADS), + 'TEMPEST_ENDPOINT_TYPE': 'internalURL', 'TEMPEST_TEST_PATTERN': tempest_pattern, }