From c1fc88670c0cd1ffa6d13779427c506f5feddb10 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Fri, 1 May 2020 09:58:57 -0500 Subject: [PATCH] Skip rescue BFV instance tests Nova implemented the feature for rescuing the BFV instances. - https://specs.openstack.org/openstack/nova-specs/specs/ussuri/approved/virt-bfv-instance-rescue.html It is not working with ceph backend as new tests added in Tempest are failing ceph job Related-Bug: #1876330 Change-Id: Ie675610a040e9f4c164b51b6b61b2a8094ecd09f --- tempest_blacklist.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tempest_blacklist.txt b/tempest_blacklist.txt index cb84c3f6..a38fb185 100644 --- a/tempest_blacklist.txt +++ b/tempest_blacklist.txt @@ -3,5 +3,8 @@ # The RBD driver only supports LUKS encryption. tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup +# Rescue from BFV instances. Bug#1876330 +tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest + # Skip network API tests since they have no bearing on a Ceph backend. -tempest.api.network \ No newline at end of file +tempest.api.network