diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-06-21 18:11:09 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-06-21 21:08:01 +0200 |
commit | 518ad1e201389ecef17c0770a94793315d0d0fd7 (patch) | |
tree | f6f42721834b395c4427e6dd15c995d431d7cefb /docker/smoke/testcases.yaml | |
parent | c510c3f912fe095af08705eb694bb1f0a226f38c (diff) |
Add the Barbican test suite
It eases verifying the functionality of a barbican installation.
Change-Id: Iac2144ae6ba4d61b2b37bb5c7a0359edb3f222a6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/smoke/testcases.yaml')
-rw-r--r-- | docker/smoke/testcases.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index d5fe5fa82..ca2126173 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -201,3 +201,18 @@ tiers: run: module: 'functest.opnfv_tests.openstack.tempest.tempest' class: 'TempestNeutronTrunk' + + - + case_name: barbican + project_name: functest + criteria: 100 + blocking: false + description: >- + It leverages on the tempest plugin containing tests used to + verify the functionality of a barbican installation + dependencies: + installer: '^((?!fuel|apex|compass|daisy).)*$' + scenario: '' + run: + module: 'functest.opnfv_tests.openstack.tempest.tempest' + class: 'TempestBarbican' |