Unskip barbican tests so we can run them in scen2

Barbican is configured in scenario02 standalone job and we need to
run it there, if it fails it needs to be added there as a skip list
as master skip list is runned in fs021 where barbican is not
configured.

It includes test_signed_image_upload_boot_failure barbican tests in
skip list and removes rest of the barbican test from there.

Related-Bug: #1820671
Closes-Bug: #1820668

Change-Id: I8b0cd11e5b884bde60f7f87479c2180649f3b95c
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2020-01-07 11:35:48 +05:30
parent 87f7a840a2
commit f274615db5
1 changed files with 1 additions and 4 deletions

View File

@ -157,10 +157,7 @@ known_failures:
- test: 'neutron_tempest_plugin.scenario.test_qos.QoSTest.test_qos_basic_and_update'
reason: 'Possible bug for QoS + FIP in OVN'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1817705'
- test: 'barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest'
reason: 'barbican and python-tempestconf not playing well'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1820668'
- test: 'barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest'
- test: 'barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_boot_failure'
reason: 'barbican and python-tempestconf not playing well'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1820671'
- test: 'telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration'