diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-17 15:57:25 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-17 15:58:30 +0200 |
commit | 6b4082abef9b8c47fc5c8ef6fa75156d633f6370 (patch) | |
tree | cdfaf17b518cc78fe1e1b211aa0ada39a29bc560 | |
parent | 3734754dc6312329f895aff9ec7e6dd4329d14cd (diff) |
Update test case counts in CNTT
Change-Id: I8cab1ced6babcc8969d4500784d1fa10dc8f8b6e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit e0af292db068072a1b08879e32fd871237009fcf)
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 5 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 8b6d1236b..b288234d0 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -11,7 +11,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 529 + tests_count: 545 description: >- This test case runs the Tempest suite proposed by the Neutron project. The list of test cases is generated by @@ -79,7 +79,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 9 + tests_count: 10 description: >- This test case runs the Tempest suite proposed by the Cinder project. @@ -90,6 +90,7 @@ tiers: (?!.*test_consistencygroups)\ (?!.*test_backup_crossproject_admin_negative)\ (?!.*test_backup_crossproject_user_negative)\ + (?!.*test_volume_encrypted.TestEncryptedCinderVolumes)\ (^cinder_tempest_plugin.)" option: - '--concurrency=4' diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 33ce04176..818fb185e 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -530,7 +530,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 529 + tests_count: 545 description: >- This test case runs the Tempest suite proposed by the Neutron project. The list of test cases is generated by @@ -597,7 +597,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 9 + tests_count: 10 description: >- This test case runs the Tempest suite proposed by the Cinder project. @@ -608,6 +608,7 @@ tiers: (?!.*test_consistencygroups)\ (?!.*test_backup_crossproject_admin_negative)\ (?!.*test_backup_crossproject_user_negative)\ + (?!.*test_volume_encrypted.TestEncryptedCinderVolumes)\ (^cinder_tempest_plugin.)" option: - '--concurrency=4' |