diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2019-01-27 00:03:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-01-27 00:03:43 +0000 |
commit | a10e5b40342e50183fd883e8279bcbe395f2c63f (patch) | |
tree | 023245e04493463cce306c559cc0dd42f3431219 /docker/components | |
parent | 4a926a870feaa2356552961ce44a91396ed80c8f (diff) | |
parent | 44abad897356a3d35530e70927fa09e8aaadd540 (diff) |
Merge "Set Gnocchi scenario as optional in rally tests" into stable/gambia
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' |