diff options
Diffstat (limited to 'docker/smoke-cntt/testcases.yaml')
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 0e9e5a796..4ed4dfc25 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -60,3 +60,21 @@ tiers: (^cinder_tempest_plugin.)" option: - '--concurrency=4' + + - + case_name: tempest_keystone + project_name: functest + criteria: 100 + blocking: false + deny_skipping: true + tests_count: 38 + description: >- + This test case runs the Tempest suite proposed by the + Keystone project. + run: + name: tempest_common + args: + mode: "(?!.*scenario.test_federated_authentication)\ + keystone_tempest_plugin." + option: + - '--concurrency=4' |