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-26 23:04:22 +0100 |
commit | 3b7b393ca643bcf7db0361bcc4414b74fff953be (patch) | |
tree | 86952f04a2542e2f89771ea5643e2b6d2a6047a3 /docker/components/testcases.yaml | |
parent | 5f9e4a4fa74d9de129528313b3acb87ee3e0edde (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>
Diffstat (limited to 'docker/components/testcases.yaml')
-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' |