Add oauth1 as optional Keystone features 56/69756/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 5 Mar 2020 07:55:35 +0000 (08:55 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 5 Mar 2020 07:57:03 +0000 (08:57 +0100)
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>
docker/smoke-cntt/testcases.yaml

index f173992..81e7826 100644 (file)
@@ -95,14 +95,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'