diff options
Diffstat (limited to 'docker/smoke-cntt/testcases.yaml')
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 5 |
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' |