38af8cdb41
This change introduces a multinode ceph job based on tempest-multinode-full-py3 to be used to provide live migration and other multinode coverage initially in the openstack/nova project. As this job uses ceph for both Nova ephemeral ([libvirt]/imagebackend=rbd) and Cinder volume storage the live block migration tests are skipped. Change-Id: I9ffdff44a3ad42ebdf26ab72e24dfe3b12b1ef8b
14 lines
700 B
Plaintext
14 lines
700 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
|
|
|
|
# Skip network and identity API tests since they have no bearing on a Ceph backend.
|
|
tempest.api.network
|
|
tempest.api.identity
|
|
|
|
# Skip live block migration tests as we are using shared storage
|
|
tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration
|
|
tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration
|
|
tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration
|