Disable TestEncryptedCinderVolumes

The right way to configure encrypted volumes is configuring a key
manager, like barbican, however, it's not enabled by default, and
it's already being covered by one of tripleo scenarios.

Change-Id: I3c66733d93e54728547374b4fa2f10be18cae0fd
This commit is contained in:
Arx Cruz 2017-01-13 15:46:46 +01:00
parent 1529ce0ab9
commit 858b128029
4 changed files with 12 additions and 1 deletions

View File

@ -3,4 +3,6 @@
-tempest.api.volume.test_volumes_get -tempest.api.volume.test_volumes_get
# rhbz1266947 # rhbz1266947
-tempest.api.identity.*v3 -tempest.api.identity.*v3
# TripleO does not deploy Barbican by default, which is needed for this test to pass
-tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup
-tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks

View File

@ -20,3 +20,6 @@
-tempest.api.identity.admin.v2.test_services.ServicesTestJSON -tempest.api.identity.admin.v2.test_services.ServicesTestJSON
#rhbz1380187 #rhbz1380187
-tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces -tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces
# TripleO does not deploy Barbican by default, which is needed for this test to pass
-tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup
-tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks

View File

@ -7,3 +7,6 @@
-tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip -tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip
-tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id -tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id
-tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops -tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops
# TripleO does not deploy Barbican by default, which is needed for this test to pass
-tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup
-tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks

View File

@ -11,3 +11,6 @@
-tempest.scenario.test_network_basic_ops.TestNetworkBasicOps -tempest.scenario.test_network_basic_ops.TestNetworkBasicOps
# rhbz1386421 # rhbz1386421
-tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON -tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON
# TripleO does not deploy Barbican by default, which is needed for this test to pass
-tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup
-tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks