From 95bd62a751501caf0755e79e33de7a42f72deb27 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 5 Sep 2018 21:48:24 +0200 Subject: Conform with Barbican gates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tempest.conf conforms with Devstack post-actions [1]. One test is still disabled as it may force to sign all images. A deeper analysis has to be done before enabling it. [1] https://github.com/openstack/barbican-tempest-plugin/blob/master/tools/pre_test_hook.sh Change-Id: I163c0e7c4671ca67f0b6c127c29fdcb12a8e426b Signed-off-by: Cédric Ollivier --- functest/ci/testcases.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functest/ci/testcases.yaml') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 20dc865d1..2413287ac 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -335,10 +335,10 @@ tiers: It leverages on the tempest plugin containing tests used to verify the functionality of a barbican installation. run: - name: tempest_common + name: barbican args: mode: - 'barbican_tempest_plugin.tests.(api|scenario).(?!test_image_signing)' + '^barbican_tempest_plugin.((?!test_signed_image_upload_boot_failure).)*$' services: - barbican -- cgit 1.2.3-korg