aboutsummaryrefslogtreecommitdiffstats
path: root/docker/smoke-cntt
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-11-15 21:32:08 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-11-18 23:52:26 +0100
commitdbf2d82aa90b11bb5f1147c01a9e065eaf983518 (patch)
tree8225329a0781a1bbf0d4c909f083654f18ee8065 /docker/smoke-cntt
parent861a0f983ce666f8a5bfa2402730853e1eca6027 (diff)
Add tempest_keystone in CNTT API Compliance
It excludes test_federated_authentication as federation is currently optional [1]. Close cntt-n/CNTT#624 [1] https://github.com/collivier/CNTT/commit/2e4ae5d0f4ebf4ef4bbc2504ed6cd46388361c09 Change-Id: Ie322e7912c429543c5da92f8afb33de3e8e75c8a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 8384c497bd55b0e31e971b0e01b2f3744c07eccb)
Diffstat (limited to 'docker/smoke-cntt')
-rw-r--r--docker/smoke-cntt/testcases.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml
index 7c31436e6..764414019 100644
--- a/docker/smoke-cntt/testcases.yaml
+++ b/docker/smoke-cntt/testcases.yaml
@@ -58,3 +58,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'