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
This commit is contained in:
Ghanshyam Mann 2020-05-01 09:58:57 -05:00
parent 6f1a6e2b9b
commit c1fc88670c
1 changed files with 4 additions and 1 deletions

View File

@ -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
tempest.api.network