aboutsummaryrefslogtreecommitdiffstats
path: root/docker/smoke-cntt/testcases.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-03-05 08:55:35 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-03-05 09:08:26 +0100
commite75ce590e6c49aff041391111c22d3d2c4ac197b (patch)
tree7b91d9ecbbdb68b916c22b12314dcd51d1b4715a /docker/smoke-cntt/testcases.yaml
parent4efb4dc481e8566af44677c247a1cb2ca8d0c336 (diff)
Add oauth1 as optional Keystone features
It was not listed in Keystone which defacto sets it as optional. It may be considered as mandatory in a second step. It should be noted that it's not working in CNTT RI and there is no true plan to update CNTT RI from the time writing. Close cntt-n/CNTT#1253 Change-Id: If7ee4efeafc05638173a51ce997ecbdcaabfc79c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 13b8fd9d9f54fdac817b99f4506a1171ab0a9481)
Diffstat (limited to 'docker/smoke-cntt/testcases.yaml')
-rw-r--r--docker/smoke-cntt/testcases.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml
index 8b38d30b2..4efd490b2 100644
--- a/docker/smoke-cntt/testcases.yaml
+++ b/docker/smoke-cntt/testcases.yaml
@@ -93,14 +93,15 @@ tiers:
criteria: 100
blocking: false
deny_skipping: true
- tests_count: 38
+ tests_count: 27
description: >-
This test case runs the Tempest suite proposed by the
Keystone project.
run:
name: tempest_common
args:
- mode: "(?!.*scenario.test_federated_authentication)\
+ mode: "(?!.*api.identity.v3.test_oauth1_tokens)\
+ (?!.*scenario.test_federated_authentication)\
keystone_tempest_plugin."
option:
- '--concurrency=4'