diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2019-11-16 13:36:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-11-16 13:36:08 +0000 |
commit | dab4b15d79d94fa2eff900d27fc3e11f4732e89e (patch) | |
tree | f25a252908c637c3b54454089dac98937717aee0 | |
parent | 6fd2216a21aad00a0c6fba272f04ee0319fc119a (diff) | |
parent | 8384c497bd55b0e31e971b0e01b2f3744c07eccb (diff) |
Merge "Add tempest_keystone in CNTT API Compliance"
-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' |