diff options
author | Juha Kosonen <juha.kosonen@nokia.com> | 2019-01-26 12:53:26 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-01-27 00:35:17 +0100 |
commit | 8e2b1ef6289a1f2c1a9dd87a53a4b191cf801a7c (patch) | |
tree | 08e256cba5e4d5124d5db2f846b92fc7b327cfd8 /docker/components | |
parent | be488d933668cbdb83de017c666e8a54a6623546 (diff) |
Set Gnocchi scenario as optional in rally tests
The execution of an optional scenario is skipped if the corresponding
openstack service does not exist.
Change-Id: I8721f26ebc253ce02138b85d6c88e659c5afae80
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
(cherry picked from commit 3b7b393ca643bcf7db0361bcc4414b74fff953be)
Diffstat (limited to 'docker/components')
-rw-r--r-- | docker/components/testcases.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/components/testcases.yaml b/docker/components/testcases.yaml index 73a88aeb7..d0bfa0afe 100644 --- a/docker/components/testcases.yaml +++ b/docker/components/testcases.yaml @@ -50,3 +50,6 @@ tiers: OpenStack Rally suite using several threads and iterations. run: name: rally_full + args: + optional: + - 'gnocchi' |