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:40]
ociuhandu
hyperv-tempest-exclusions [2014/02/05 22:43] (current)
Line 8: Line 8:
 ==== 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!** ==== ==== 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[gate,smoke] +  * 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[gate,smoke] +  * 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[gate,smoke]+  * tempest.api.compute.v3.servers.test_attach_interfaces.AttachInterfacesV3Test.test_create_list_show_delete_interfaces
  
 ==== Hypervisor Uptime is not supported: ==== ==== Hypervisor Uptime is not supported: ====
  
-  * tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime[gate] +  * tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime 
-  * tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestXML.test_get_hypervisor_uptime[gate] +  * 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[gate,negative] +  * 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[gate,negative] +  * 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[gate,negative] +  * 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[gate,negative] +  * 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[gate] +  * 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[gate,negative] +  * 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[gate,negative]+  * tempest.api.compute.v3.admin.test_hypervisor_negative.HypervisorAdminNegativeV3Test.test_get_nonexistent_hypervisor_uptime
  
 ==== Console Output - currently not supported: ==== ==== Console Output - currently not supported: ====
  
-  * tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output[gate] +  * 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[gate] +  * 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[gate] +  * 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[gate] +  * 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[gate,negative] +  * 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[gate,negative] +  * 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[gate,negative] +  * 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[gate,negative](gen_obj_add_attr) +  * 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[gate,negative](inv_res_server) +  * 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[gate,negative](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_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(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.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[gate] +  * 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[gate] +  * 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[gate] +  * 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[gate]+  * tempest.api.compute.v3.servers.test_server_actions.ServerActionsV3Test.test_get_console_output_server_id_in_shutoff_status
  
 ==== Rescue Feature is not supported: ==== ==== Rescue Feature is not supported: ====
  
-  * tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_non_existent_server[gate,negative] +  * 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[gate,negative] +  * tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_paused_instance 
-  * tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance[gate,smoke] +  * 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[gate,negative] +  * 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[gate,negative] +  * tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML.test_rescue_paused_instance 
-  * tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML.test_rescue_unrescue_instance[gate,smoke] +  * 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[gate,negative] +  * 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[gate,negative] +  * 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[gate,smoke] +  * 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[gate] +  * 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[gate] +  * 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[gate,negative] +  * 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[gate,negative] +  * 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[gate,negative] +  * tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_reboot 
-  * tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_rebuild[gate,negative] +  * 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[gate] +  * 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[gate] +  * 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[gate,negative] +  * 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[gate,negative] +  * 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[gate,negative] +  * tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML.test_rescued_vm_reboot 
-  * tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML.test_rescued_vm_rebuild[gate,negative] +  * 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[gate,negative] +  * 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[gate,negative] +  * 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[gate,negative] +  * 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[gate,negative]+  * 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)