Blacklist test_boot_server_from_encrypted_volume_luks in ocata

This test have been added in tempest 16.1.0 which has been promoted
to ocata but TripleO does not configure legacy encryption key manager
properly and barbican is not availabe in overcloud.

Change-Id: If6a2ae137a8df5c903c679a88f8868fea790d614
Closes-Bug: #1733574
This commit is contained in:
Alfredo Moralejo 2017-11-21 18:26:04 +01:00
parent da3a3c0a96
commit a72d3602cd

View File

@ -63,3 +63,6 @@ known_failures:
- test: 'tempest.api.orchestration.stacks.test_neutron_resources.NeutronResourcesTestJSON' - test: 'tempest.api.orchestration.stacks.test_neutron_resources.NeutronResourcesTestJSON'
reason: time out reason: time out
lp: 'https://bugs.launchpad.net/tripleo/+bug/1723137' lp: 'https://bugs.launchpad.net/tripleo/+bug/1723137'
- test: 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks'
reason: 'Legacy encryption is not properly configured by TripleO in Ocata and barbican is not deployed in overcloud"
lp: 'https://bugs.launchpad.net/tripleo/+bug/1733574'