diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-15 22:18:02 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-25 21:05:43 +0100 |
commit | 12acff6bbf8425f4e6afcd79b4d04eaf300130a4 (patch) | |
tree | 6a2eec2c7941967cced380ec88cdc4c430760c6e /docker | |
parent | e13e81549b124a1caa13d1675fce2dafa74b3edd (diff) |
Add rally_sanity
Gnocchi and Barbican are not currently selected by CNTT.
Then they are removed from the optional list.
Change-Id: I46d16b2cabd832b2655606b0708a6f43721cb3c5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit d673cd586a464079c35660e828d81952f2707b4f)
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 16ad14a53..1fa05a5f5 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -80,6 +80,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' |