User Tools

Site Tools


hyperv-tempest-exclusions

Excluded tempest tests on the Hyper-V CI

This is the list of tempest tests that are skipped in the Hyper-V CI. Reasons for tests exclusions are:

  • unsupported features at hypervisor level
  • features not currently implemented in the nova hyper-v driver

Hyper-V does not support attaching/detaching nics to running instances. **To double-check if the interface attach/detach is done while the instance is running!**

  • tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces
  • tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestXML.test_create_list_show_delete_interfaces
  • tempest.api.compute.v3.servers.test_attach_interfaces.AttachInterfacesV3Test.test_create_list_show_delete_interfaces

Hypervisor Uptime is not supported:

  • tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime
  • tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestXML.test_get_hypervisor_uptime
  • tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user
  • tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime
  • tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestXML.test_get_hypervisor_uptime_with_non_admin_user
  • tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestXML.test_get_nonexistent_hypervisor_uptime
  • tempest.api.compute.v3.admin.test_hypervisor.HypervisorAdminV3Test.test_get_hypervisor_uptime
  • tempest.api.compute.v3.admin.test_hypervisor_negative.HypervisorAdminNegativeV3Test.test_get_hypervisor_uptime_with_non_admin_user
  • tempest.api.compute.v3.admin.test_hypervisor_negative.HypervisorAdminNegativeV3Test.test_get_nonexistent_hypervisor_uptime

Console Output - currently not supported:

  • tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output
  • tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status
  • tempest.api.compute.servers.test_server_actions.ServerActionsTestXML.test_get_console_output
  • tempest.api.compute.servers.test_server_actions.ServerActionsTestXML.test_get_console_output_server_id_in_shutoff_status
  • tempest.api.compute.v3.servers.test_servers_negative.ServersNegativeV3Test.test_get_console_output_of_non_existent_server
  • tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server
  • tempest.api.compute.servers.test_servers_negative.ServersNegativeTestXML.test_get_console_output_of_non_existent_server
  • tempest.api.compute.servers.test_servers_negative_new.GetConsoleOutputNegativeTestJSON.test_get_console_output(gen_obj_add_attr)
  • tempest.api.compute.servers.test_servers_negative_new.GetConsoleOutputNegativeTestJSON.test_get_console_output(inv_res_server)
  • tempest.api.compute.servers.test_servers_negative_new.GetConsoleOutputNegativeTestJSON.test_get_console_output(prop_os-getConsoleOutput_prop_length_gen_int_min)
  • tempest.api.compute.servers.test_servers_negative_new.GetConsoleOutputNegativeTestJSON.test_get_console_output(prop_os-getConsoleOutput_prop_length_gen_none)
  • tempest.api.compute.servers.test_servers_negative_new.GetConsoleOutputNegativeTestJSON.test_get_console_output(prop_os-getConsoleOutput_prop_length_gen_string)
  • tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_console_output_of_alt_account_server_fails
  • tempest.api.compute.test_authorization.AuthorizationTestXML.test_get_console_output_of_alt_account_server_fails
  • tempest.api.compute.v3.servers.test_server_actions.ServerActionsV3Test.test_get_console_output
  • tempest.api.compute.v3.servers.test_server_actions.ServerActionsV3Test.test_get_console_output_server_id_in_shutoff_status

Rescue Feature is not supported:

  • tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_non_existent_server
  • tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_paused_instance
  • tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance
  • tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML.test_rescue_non_existent_server
  • tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML.test_rescue_paused_instance
  • tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML.test_rescue_unrescue_instance
  • tempest.api.compute.v3.servers.test_server_rescue.ServerRescueV3Test.test_rescue_non_existent_server
  • tempest.api.compute.v3.servers.test_server_rescue.ServerRescueV3Test.test_rescue_paused_instance
  • tempest.api.compute.v3.servers.test_server_rescue.ServerRescueV3Test.test_rescue_unrescue_instance
  • tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group
  • tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip
  • tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_attach_volume
  • tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_detach_volume
  • tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_reboot
  • tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_rebuild
  • tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML.test_rescued_vm_add_remove_security_group
  • tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML.test_rescued_vm_associate_dissociate_floating_ip
  • tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML.test_rescued_vm_attach_volume
  • tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML.test_rescued_vm_detach_volume
  • tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML.test_rescued_vm_reboot
  • tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML.test_rescued_vm_rebuild
  • tempest.api.compute.v3.servers.test_server_rescue.ServerRescueV3Test.test_rescued_vm_attach_volume
  • tempest.api.compute.v3.servers.test_server_rescue.ServerRescueV3Test.test_rescued_vm_detach_volume
  • tempest.api.compute.v3.servers.test_server_rescue.ServerRescueV3Test.test_rescued_vm_reboot
  • tempest.api.compute.v3.servers.test_server_rescue.ServerRescueV3Test.test_rescued_vm_rebuild
hyperv-tempest-exclusions.txt · Last modified: 2014/02/05 22:43 (external edit)