diff options
Diffstat (limited to 'docker')
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 89119b236..0bcc03f0b 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -75,6 +75,28 @@ tiers: name: tempest_common args: mode: "(?!.*scenario.test_federated_authentication)\ - keystone_tempest_plugin." + keystone_tempest_plugin." option: - '--concurrency=4' + + - + case_name: rally_sanity + project_name: functest + criteria: 100 + blocking: false + description: >- + This test case runs a sub group of tests of the OpenStack + Rally suite in smoke mode. + run: + name: rally_sanity + args: + tests: + - 'authenticate' + - 'glance' + - 'cinder' + - 'heat' + - 'keystone' + - 'neutron' + - 'nova' + - 'quotas' + - 'swift' |