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
11 lines
414 B
Plaintext
11 lines
414 B
Plaintext
# List of tests getting skipped
|
|
|
|
# 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
|