diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-05 21:48:24 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-05 22:40:05 +0200 |
commit | 95bd62a751501caf0755e79e33de7a42f72deb27 (patch) | |
tree | 4aceb0eb4473d98a8cfb467c6aeb5ee0ee801651 /docker/smoke | |
parent | 9ec639526ed32d4b05168627c5c016fb66b7d008 (diff) |
Conform with Barbican gates
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/smoke')
-rw-r--r-- | docker/smoke/testcases.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index bddecc3d9..a510c6474 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -163,9 +163,9 @@ 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 |