From 8384c497bd55b0e31e971b0e01b2f3744c07eccb Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 15 Nov 2019 21:32:08 +0100 Subject: Add tempest_keystone in CNTT API Compliance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docker/smoke-cntt/testcases.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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' -- cgit 1.2.3-korg