From 44db92e6135a573ed4bb23648ea1c73e8a70f91b Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 12 Feb 2019 14:31:41 +0100 Subject: Set gnocchi as optional in Rally testcases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- functest/ci/testcases.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'functest/ci/testcases.yaml') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 7ae021f2d..19445d1d8 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 @@ -396,6 +399,9 @@ tiers: OpenStack Rally suite using several threads and iterations. run: name: rally_full + args: + optional: + - 'gnocchi' - case_name: rally_jobs @@ -407,6 +413,9 @@ tiers: OpenStack gating run: name: rally_jobs + args: + optional: + - 'gnocchi' - case_name: vmtp -- cgit 1.2.3-korg