diff options
Diffstat (limited to 'docker/smoke-cntt')
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 5 |
1 files changed, 3 insertions, 2 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' |