diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2019-11-25 20:02:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-11-25 20:02:56 +0000 |
commit | 29ffc9a36f2e22d3d67e8aafeba86a8c05a956f0 (patch) | |
tree | 6b04341e70297ec838c148288bea5a66c12038da /docker/smoke-cntt | |
parent | 7577294b664aeb0e5f691bf07403fc13ed60b045 (diff) | |
parent | d673cd586a464079c35660e828d81952f2707b4f (diff) |
Merge "Add rally_sanity"
Diffstat (limited to 'docker/smoke-cntt')
-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 4ed4dfc25..a95ffecd3 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' |