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 Both sides next revision
hyperv-tempest-exclusions [2014/02/05 22:28]
ociuhandu
hyperv-tempest-exclusions [2014/02/05 22:40]
ociuhandu
Line 1: Line 1:
-Hypervisor Uptime:+====== 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[gate,smoke] 
 +  * tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestXML.test_create_list_show_delete_interfaces[gate,smoke] 
 +  * tempest.api.compute.v3.servers.test_attach_interfaces.AttachInterfacesV3Test.test_create_list_show_delete_interfaces[gate,smoke] 
 + 
 +==== 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[gate]
Line 11: Line 24:
   * 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[gate,negative]
  
-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[gate]
Line 30: Line 43:
   * 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[gate]
  
 +==== Rescue Feature 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.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_non_existent_server[gate,negative] 
-  * tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces[gate,smoke] +  * tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_paused_instance[gate,negative] 
-  * tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestXML.test_create_list_show_delete_interfaces[gate,smoke] +  * tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance[gate,smoke] 
-  * tempest.api.compute.v3.servers.test_attach_interfaces.AttachInterfacesV3Test.test_create_list_show_delete_interfaces[gate,smoke] +  * 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_paused_instance[gate,negative] 
 +  * tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML.test_rescue_unrescue_instance[gate,smoke] 
 +  * 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_paused_instance[gate,negative] 
 +  * tempest.api.compute.v3.servers.test_server_rescue.ServerRescueV3Test.test_rescue_unrescue_instance[gate,smoke] 
 +  * 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_associate_dissociate_floating_ip[gate] 
 +  * 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_detach_volume[gate,negative] 
 +  * 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_rebuild[gate,negative] 
 +  * 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_associate_dissociate_floating_ip[gate] 
 +  * 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_detach_volume[gate,negative] 
 +  * 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_rebuild[gate,negative] 
 +  * 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_detach_volume[gate,negative] 
 +  * 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_rebuild[gate,negative]
hyperv-tempest-exclusions.txt · Last modified: 2014/02/05 22:43 (external edit)