From: Cédric Ollivier Date: Wed, 18 Jul 2018 20:41:58 +0000 (+0200) Subject: Temporarily disable test_image_signing tests X-Git-Tag: opnfv-7.0.0~180 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F59965%2F1;p=functest.git Temporarily disable test_image_signing tests They don't pass in two different Queens deployments. The topic will continue upstream. Change-Id: I43d6b8306aee6934fa1545ec3ed8130bb9b23ee4 Signed-off-by: Cédric Ollivier --- diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index abc244972..20112a68e 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -146,6 +146,7 @@ tiers: module: 'functest.opnfv_tests.openstack.tempest.tempest' class: 'TempestCommon' args: - mode: 'barbican_tempest_plugin.tests.(api|scenario)' + mode: + 'barbican_tempest_plugin.tests.(api|scenario).(?!test_image_signing)' services: - barbican diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index ff8d53b3d..ecd1d800c 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -337,7 +337,8 @@ tiers: module: 'functest.opnfv_tests.openstack.tempest.tempest' class: 'TempestCommon' args: - mode: 'barbican_tempest_plugin.tests.(api|scenario)' + mode: + 'barbican_tempest_plugin.tests.(api|scenario).(?!test_image_signing)' services: - barbican