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:51 +0100 |
commit | 44abad897356a3d35530e70927fa09e8aaadd540 (patch) | |
tree | 932f9ebe5cd03a780c0e524c87c21deb7db0d898 /docker/smoke/testcases.yaml | |
parent | 1f77be12e779d508498c50d8c42cfe293e16f1bb (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/smoke/testcases.yaml')
-rw-r--r-- | docker/smoke/testcases.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 381791ac6..feaa383b7 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -51,6 +51,9 @@ tiers: Rally suite in smoke mode. run: name: rally_sanity + args: + optional: + - 'gnocchi' - case_name: rally_jobs @@ -62,6 +65,9 @@ tiers: OpenStack gating run: name: rally_jobs + args: + optional: + - 'gnocchi' - case_name: refstack_defcore |