diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-02-12 14:31:41 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-02-12 14:34:17 +0100 |
commit | 91f85bff55c3ead549f000c53456ede2ebee1b1b (patch) | |
tree | ae728263e7e2f064b50737f1fdd34b2a2497424d | |
parent | 6f900435c92f2b9fa0d3c7f8cfe5b0f74cef0334 (diff) |
Set gnocchi as optional in Rally testcases
ci/testcases.yaml was copied/pasted when moving the rally testcases.
It completes "Set Gnocchi scenario as optional in rally tests" [1].
[1] https://gerrit.opnfv.org/gerrit/#/c/66653/
Change-Id: Ia23ae9764750775fe8983660c56ced06f3de977a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 44db92e6135a573ed4bb23648ea1c73e8a70f91b)
-rw-r--r-- | docker/benchmarking/testcases.yaml | 6 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 9 |
2 files changed, 15 insertions, 0 deletions
diff --git a/docker/benchmarking/testcases.yaml b/docker/benchmarking/testcases.yaml index 95f88a096..eeb209113 100644 --- a/docker/benchmarking/testcases.yaml +++ b/docker/benchmarking/testcases.yaml @@ -17,6 +17,9 @@ tiers: OpenStack Rally suite using several threads and iterations. run: name: rally_full + args: + optional: + - 'gnocchi' - case_name: rally_jobs @@ -28,6 +31,9 @@ tiers: OpenStack gating run: name: rally_jobs + args: + optional: + - 'gnocchi' - case_name: vmtp diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 300159197..70fcc38a6 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -223,6 +223,9 @@ tiers: Rally suite in smoke mode. run: name: rally_sanity + args: + optional: + - 'gnocchi' - case_name: refstack_defcore @@ -394,6 +397,9 @@ tiers: OpenStack Rally suite using several threads and iterations. run: name: rally_full + args: + optional: + - 'gnocchi' - case_name: rally_jobs @@ -405,6 +411,9 @@ tiers: OpenStack gating run: name: rally_jobs + args: + optional: + - 'gnocchi' - case_name: vmtp |