User Tools

Site Tools


hyperv-tempest-exclusions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hyperv-tempest-exclusions [2014/02/05 22:28]
ociuhandu
hyperv-tempest-exclusions [2014/02/05 22:43]
ociuhandu
Line 1: Line 1:
-Hypervisor Uptime:+====== Excluded tempest tests on the Hyper-V CI ======
  
-  * tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime[gate] +This is the list of tempest tests that are skipped in the Hyper-V CI.  
-  * tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestXML.test_get_hypervisor_uptime[gate] +Reasons for tests exclusions are: 
-  * tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user[gate,negative] +  * unsupported features at hypervisor level 
-  * tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime[gate,negative] +  * features not currently implemented in the nova hyper-v driver
-  * tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestXML.test_get_hypervisor_uptime_with_non_admin_user[gate,negative] +
-  * tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestXML.test_get_nonexistent_hypervisor_uptime[gate,negative] +
-  * tempest.api.compute.v3.admin.test_hypervisor.HypervisorAdminV3Test.test_get_hypervisor_uptime[gate] +
-  * tempest.api.compute.v3.admin.test_hypervisor_negative.HypervisorAdminNegativeV3Test.test_get_hypervisor_uptime_with_non_admin_user[gate,negative] +
-  * tempest.api.compute.v3.admin.test_hypervisor_negative.HypervisorAdminNegativeV3Test.test_get_nonexistent_hypervisor_uptime[gate,negative]+
  
-Console Output currently not supported:+==== 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_server_actions.ServerActionsTestJSON.test_get_console_output[gate] +  * tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces 
-  * tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status[gate] +  * tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestXML.test_create_list_show_delete_interfaces 
-  * tempest.api.compute.servers.test_server_actions.ServerActionsTestXML.test_get_console_output[gate] +  * tempest.api.compute.v3.servers.test_attach_interfaces.AttachInterfacesV3Test.test_create_list_show_delete_interfaces
-  * tempest.api.compute.servers.test_server_actions.ServerActionsTestXML.test_get_console_output_server_id_in_shutoff_status[gate] +
-  * tempest.api.compute.v3.servers.test_servers_negative.ServersNegativeV3Test.test_get_console_output_of_non_existent_server[gate,negative] +
-  * tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server[gate,negative] +
-  * tempest.api.compute.servers.test_servers_negative.ServersNegativeTestXML.test_get_console_output_of_non_existent_server[gate,negative] +
-  * tempest.api.compute.servers.test_servers_negative_new.GetConsoleOutputNegativeTestJSON.test_get_console_output[gate,negative](gen_obj_add_attr) +
-  * tempest.api.compute.servers.test_servers_negative_new.GetConsoleOutputNegativeTestJSON.test_get_console_output[gate,negative](inv_res_server) +
-  * tempest.api.compute.servers.test_servers_negative_new.GetConsoleOutputNegativeTestJSON.test_get_console_output[gate,negative](prop_os-getConsoleOutput_prop_length_gen_int_min) +
-  * tempest.api.compute.servers.test_servers_negative_new.GetConsoleOutputNegativeTestJSON.test_get_console_output[gate,negative](prop_os-getConsoleOutput_prop_length_gen_none) +
-  * tempest.api.compute.servers.test_servers_negative_new.GetConsoleOutputNegativeTestJSON.test_get_console_output[gate,negative](prop_os-getConsoleOutput_prop_length_gen_string) +
-  * tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_console_output_of_alt_account_server_fails[gate] +
-  * tempest.api.compute.test_authorization.AuthorizationTestXML.test_get_console_output_of_alt_account_server_fails[gate] +
-  * tempest.api.compute.v3.servers.test_server_actions.ServerActionsV3Test.test_get_console_output[gate] +
-  * tempest.api.compute.v3.servers.test_server_actions.ServerActionsV3Test.test_get_console_output_server_id_in_shutoff_status[gate]+
  
 +==== Hypervisor Uptime is not supported: ====
  
-To double-check if the interface attach/detach is done while the instance is runningHyper-V does not support attaching/detaching nics to running instances: +  * tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime 
-  * tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces[gate,smoke] +  * tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestXML.test_get_hypervisor_uptime 
-  * tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestXML.test_create_list_show_delete_interfaces[gate,smoke] +  * tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user 
-  * tempest.api.compute.v3.servers.test_attach_interfaces.AttachInterfacesV3Test.test_create_list_show_delete_interfaces[gate,smoke]+  * 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)