Skip to content

Fix for CLOUDSTACK-9660 - #2098

Merged
karuturi merged 1 commit into
apache:masterfrom
mike-tutkowski:CLOUDSTACK-9917
May 24, 2017
Merged

Fix for CLOUDSTACK-9660#2098
karuturi merged 1 commit into
apache:masterfrom
mike-tutkowski:CLOUDSTACK-9917

Conversation

@mike-tutkowski

@mike-tutkowski mike-tutkowski commented May 11, 2017

Copy link
Copy Markdown
Member

A root volume can be replaced by a different root volume without the VM it belongs to being expunged.

From dev@:

For example: Let’s say we have a system VM running on NFS primary storage. We then put this primary storage into maintenance mode, which creates the system VM (with the same name) on a different primary storage (we do not create a new row in the cloud.vm_instance table for this VM). While this VM works, the original root disk of the system VM remains on the original primary storage and is not destroyed by the code in StorageManagerImpl.cleanupStorage(boolean) in 4.10 because 4.10 (as shown above) only asks for non-root volumes to consider for deletion. In the 4.9 version of the code, the original root disk is cleaned up in StorageManagerImpl.cleanupStorage(boolean). The problem with 4.10 relying on a root disk always being deleted when the VM it belongs to is deleted is that in a situation like this that the system VM doesn’t get deleted at this point – it gets a new root disk that’s hosted by a different primary storage (so now it’s original root disk is stranded).

*** Update on May 19, 2017 ***

I recently discovered a new use case (in addition to the one above) that this PR fixes:

Reinstall VM

When you run a "Reinstall VM", the root disk is removed from the VM and a new one is given to the VM. The old root disk later gets cleaned up by the storage cleanup thread.


https://issues.apache.org/jira/browse/CLOUDSTACK-9917

A root volume can be replaced by a different root volume without the VM it belongs to being expunged.

From dev@:

For example: Let’s say we have a system VM running on NFS primary storage. We then put this primary storage into maintenance mode, which creates the system VM (with the same name) on a different primary storage (we do not create a new row in the cloud.vm_instance table for this VM). While this VM works, the original root disk of the system VM remains on the original primary storage and is not destroyed by the code in StorageManagerImpl.cleanupStorage(boolean) in 4.10 because 4.10 (as shown above) only asks for non-root volumes to consider for deletion. In the 4.9 version of the code, the original root disk is cleaned up in StorageManagerImpl.cleanupStorage(boolean). The problem with 4.10 relying on a root disk always being deleted when the VM it belongs to is deleted is that in a situation like this that the system VM doesn’t get deleted at this point – it gets a new root disk that’s hosted by a different primary storage (so now it’s original root disk is stranded).
@yadvr

yadvr commented May 12, 2017

Copy link
Copy Markdown
Member

@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

@blueorangutan

Copy link
Copy Markdown

Packaging result: ✔centos6 ✔centos7 ✔debian. JID-715

@karuturi

Copy link
Copy Markdown
Member

code changes LGTM. @borisstoyanov can you run CI on this?

@yadvr

yadvr commented May 15, 2017

Copy link
Copy Markdown
Member

@blueorangutan test

@blueorangutan

Copy link
Copy Markdown

@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests

@yadvr

yadvr commented May 18, 2017

Copy link
Copy Markdown
Member

Something went wrong, will rekick the tests.
@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

@blueorangutan

Copy link
Copy Markdown

Packaging result: ✔centos6 ✔centos7 ✔debian. JID-731

@yadvr

yadvr commented May 18, 2017

Copy link
Copy Markdown
Member

@blueorangutan test centos7 vmware-55u3

@blueorangutan

Copy link
Copy Markdown

@rhtyd a Trillian-Jenkins test job (centos7 mgmt + vmware-55u3) has been kicked to run smoke tests

@blueorangutan

Copy link
Copy Markdown

Trillian test result (tid-1106)
Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7
Total time taken: 67656 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr2098-t1106-vmware-55u3.zip
Intermitten failure detected: /marvin/tests/smoke/test_deploy_vgpu_enabled_vm.py
Intermitten failure detected: /marvin/tests/smoke/test_deploy_vm_root_resize.py
Intermitten failure detected: /marvin/tests/smoke/test_internal_lb.py
Intermitten failure detected: /marvin/tests/smoke/test_nested_virtualization.py
Intermitten failure detected: /marvin/tests/smoke/test_network.py
Intermitten failure detected: /marvin/tests/smoke/test_password_server.py
Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
Intermitten failure detected: /marvin/tests/smoke/test_routers_network_ops.py
Intermitten failure detected: /marvin/tests/smoke/test_vm_life_cycle.py
Intermitten failure detected: /marvin/tests/smoke/test_volumes.py
Intermitten failure detected: /marvin/tests/smoke/test_vpc_redundant.py
Intermitten failure detected: /marvin/tests/smoke/test_vpc_vpn.py
Test completed. 45 look ok, 7 have error(s)

Test Result Time (s) Test File
test_01_create_volume Failure 194.73 test_volumes.py
test_04_rvpc_privategw_static_routes Failure 1050.67 test_privategw_acl.py
test_03_vpc_internallb_haproxy_stats_on_all_interfaces Failure 981.79 test_internal_lb.py
test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers Error 1087.76 test_vpc_redundant.py
test_08_migrate_vm Error 71.18 test_vm_life_cycle.py
ContextSuite context=TestDeployVmRootSize>:setup Error 0.00 test_deploy_vm_root_resize.py
test_01_vpc_site2site_vpn Success 387.13 test_vpc_vpn.py
test_01_vpc_remote_access_vpn Success 237.11 test_vpc_vpn.py
test_01_redundant_vpc_site2site_vpn Success 758.76 test_vpc_vpn.py
test_02_VPC_default_routes Success 329.92 test_vpc_router_nics.py
test_01_VPC_nics_after_destroy Success 827.70 test_vpc_router_nics.py
test_05_rvpc_multi_tiers Success 722.75 test_vpc_redundant.py
test_04_rvpc_network_garbage_collector_nics Success 1534.12 test_vpc_redundant.py
test_02_redundant_VPC_default_routes Success 725.57 test_vpc_redundant.py
test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL Success 1446.90 test_vpc_redundant.py
test_09_delete_detached_volume Success 26.20 test_volumes.py
test_06_download_detached_volume Success 70.67 test_volumes.py
test_05_detach_volume Success 110.30 test_volumes.py
test_04_delete_attached_volume Success 15.23 test_volumes.py
test_03_download_attached_volume Success 25.34 test_volumes.py
test_02_attach_volume Success 67.57 test_volumes.py
test_change_service_offering_for_vm_with_snapshots Success 643.75 test_vm_snapshots.py
test_03_delete_vm_snapshots Success 275.20 test_vm_snapshots.py
test_02_revert_vm_snapshots Success 199.15 test_vm_snapshots.py
test_01_create_vm_snapshots Success 128.69 test_vm_snapshots.py
test_deploy_vm_multiple Success 197.47 test_vm_life_cycle.py
test_deploy_vm Success 0.04 test_vm_life_cycle.py
test_advZoneVirtualRouter Success 0.03 test_vm_life_cycle.py
test_10_attachAndDetach_iso Success 28.37 test_vm_life_cycle.py
test_09_expunge_vm Success 125.18 test_vm_life_cycle.py
test_07_restore_vm Success 0.10 test_vm_life_cycle.py
test_06_destroy_vm Success 10.19 test_vm_life_cycle.py
test_03_reboot_vm Success 10.20 test_vm_life_cycle.py
test_02_start_vm Success 20.25 test_vm_life_cycle.py
test_01_stop_vm Success 10.18 test_vm_life_cycle.py
test_CreateTemplateWithDuplicateName Success 619.50 test_templates.py
test_08_list_system_templates Success 0.05 test_templates.py
test_07_list_public_templates Success 0.06 test_templates.py
test_05_template_permissions Success 0.12 test_templates.py
test_04_extract_template Success 30.39 test_templates.py
test_03_delete_template Success 5.11 test_templates.py
test_02_edit_template Success 90.20 test_templates.py
test_01_create_template Success 317.47 test_templates.py
test_10_destroy_cpvm Success 297.17 test_ssvm.py
test_09_destroy_ssvm Success 299.18 test_ssvm.py
test_08_reboot_cpvm Success 156.71 test_ssvm.py
test_07_reboot_ssvm Success 158.74 test_ssvm.py
test_06_stop_cpvm Success 176.86 test_ssvm.py
test_05_stop_ssvm Success 178.83 test_ssvm.py
test_04_cpvm_internals Success 1.24 test_ssvm.py
test_03_ssvm_internals Success 3.39 test_ssvm.py
test_02_list_cpvm_vm Success 0.15 test_ssvm.py
test_01_list_sec_storage_vm Success 0.15 test_ssvm.py
test_02_list_snapshots_with_removed_data_store Success 208.00 test_snapshots.py
test_01_snapshot_root_disk Success 76.65 test_snapshots.py
test_04_change_offering_small Success 96.94 test_service_offerings.py
test_03_delete_service_offering Success 0.04 test_service_offerings.py
test_02_edit_service_offering Success 0.09 test_service_offerings.py
test_01_create_service_offering Success 0.11 test_service_offerings.py
test_02_sys_template_ready Success 0.18 test_secondary_storage.py
test_01_sys_vm_start Success 0.20 test_secondary_storage.py
test_09_reboot_router Success 196.50 test_routers.py
test_08_start_router Success 161.18 test_routers.py
test_07_stop_router Success 20.25 test_routers.py
test_06_router_advanced Success 0.06 test_routers.py
test_05_router_basic Success 0.05 test_routers.py
test_04_restart_network_wo_cleanup Success 5.75 test_routers.py
test_03_restart_network_cleanup Success 216.75 test_routers.py
test_02_router_internal_adv Success 1.18 test_routers.py
test_01_router_internal_basic Success 0.65 test_routers.py
test_router_dns_guestipquery Success 77.13 test_router_dns.py
test_router_dns_externalipquery Success 0.10 test_router_dns.py
test_router_dhcphosts Success 246.49 test_router_dhcphosts.py
test_router_dhcp_opts Success 21.69 test_router_dhcphosts.py
test_01_updatevolumedetail Success 5.11 test_resource_detail.py
test_01_reset_vm_on_reboot Success 40.43 test_reset_vm_on_reboot.py
test_createRegion Success 0.05 test_regions.py
test_create_pvlan_network Success 5.23 test_pvlan.py
test_dedicatePublicIpRange Success 0.44 test_public_ip_range.py
test_03_vpc_privategw_restart_vpc_cleanup Success 1109.62 test_privategw_acl.py
test_02_vpc_privategw_static_routes Success 900.85 test_privategw_acl.py
test_01_vpc_privategw_acl Success 233.53 test_privategw_acl.py
test_03_migration_options_storage_tags Success 38.39 test_primary_storage.py
test_02_edit_primary_storage_tags Success 0.17 test_primary_storage.py
test_01_primary_storage_nfs Success 37.37 test_primary_storage.py
test_01_deploy_vms_storage_tags Success 52.93 test_primary_storage.py
test_createPortablePublicIPRange Success 15.19 test_portable_publicip.py
test_createPortablePublicIPAcquire Success 15.51 test_portable_publicip.py
test_isolate_network_password_server Success 92.69 test_password_server.py
test_UpdateStorageOverProvisioningFactor Success 0.14 test_over_provisioning.py
test_oobm_zchange_password Success 30.83 test_outofbandmanagement.py
test_oobm_multiple_mgmt_server_ownership Success 16.49 test_outofbandmanagement.py
test_oobm_issue_power_status Success 10.27 test_outofbandmanagement.py
test_oobm_issue_power_soft Success 15.37 test_outofbandmanagement.py
test_oobm_issue_power_reset Success 15.46 test_outofbandmanagement.py
test_oobm_issue_power_on Success 15.39 test_outofbandmanagement.py
test_oobm_issue_power_off Success 15.41 test_outofbandmanagement.py
test_oobm_issue_power_cycle Success 15.46 test_outofbandmanagement.py
test_oobm_enabledisable_across_clusterzones Success 87.99 test_outofbandmanagement.py
test_oobm_enable_feature_valid Success 5.21 test_outofbandmanagement.py
test_oobm_enable_feature_invalid Success 0.14 test_outofbandmanagement.py
test_oobm_disable_feature_valid Success 5.25 test_outofbandmanagement.py
test_oobm_disable_feature_invalid Success 0.17 test_outofbandmanagement.py
test_oobm_configure_invalid_driver Success 0.16 test_outofbandmanagement.py
test_oobm_configure_default_driver Success 0.09 test_outofbandmanagement.py
test_oobm_background_powerstate_sync Success 23.54 test_outofbandmanagement.py
test_extendPhysicalNetworkVlan Success 15.35 test_non_contigiousvlan.py
test_01_nic Success 561.31 test_nic.py
test_releaseIP Success 273.26 test_network.py
test_reboot_router Success 726.05 test_network.py
test_public_ip_user_account Success 10.25 test_network.py
test_public_ip_admin_account Success 40.26 test_network.py
test_network_rules_acquired_public_ip_3_Load_Balancer_Rule Success 77.14 test_network.py
test_network_rules_acquired_public_ip_2_nat_rule Success 61.84 test_network.py
test_network_rules_acquired_public_ip_1_static_nat_rule Success 122.74 test_network.py
test_delete_account Success 328.40 test_network.py
test_02_port_fwd_on_non_src_nat Success 55.71 test_network.py
test_01_port_fwd_on_src_nat Success 112.00 test_network.py
test_nested_virtualization_vmware Success 531.17 test_nested_virtualization.py
test_nic_secondaryip_add_remove Success 268.26 test_multipleips_per_nic.py
test_list_zones_metrics Success 0.31 test_metrics_api.py
test_list_volumes_metrics Success 5.51 test_metrics_api.py
test_list_vms_metrics Success 242.57 test_metrics_api.py
test_list_pstorage_metrics Success 0.29 test_metrics_api.py
test_list_infrastructure_metrics Success 0.44 test_metrics_api.py
test_list_hosts_metrics Success 0.49 test_metrics_api.py
test_list_clusters_metrics Success 0.38 test_metrics_api.py
login_test_saml_user Success 19.44 test_login.py
test_assign_and_removal_lb Success 149.06 test_loadbalance.py
test_02_create_lb_rule_non_nat Success 207.56 test_loadbalance.py
test_01_create_lb_rule_src_nat Success 208.58 test_loadbalance.py
test_03_list_snapshots Success 0.10 test_list_ids_parameter.py
test_02_list_templates Success 0.04 test_list_ids_parameter.py
test_01_list_volumes Success 0.03 test_list_ids_parameter.py
test_07_list_default_iso Success 0.07 test_iso.py
test_05_iso_permissions Success 0.07 test_iso.py
test_04_extract_Iso Success 5.36 test_iso.py
test_03_delete_iso Success 95.25 test_iso.py
test_02_edit_iso Success 0.12 test_iso.py
test_01_create_iso Success 21.10 test_iso.py
test_04_rvpc_internallb_haproxy_stats_on_all_interfaces Success 646.83 test_internal_lb.py
test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80 Success 1099.97 test_internal_lb.py
test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 Success 837.42 test_internal_lb.py
test_dedicateGuestVlanRange Success 10.33 test_guest_vlan_range.py
test_UpdateConfigParamWithScope Success 0.13 test_global_settings.py
test_rolepermission_lifecycle_update Success 6.46 test_dynamicroles.py
test_rolepermission_lifecycle_list Success 6.06 test_dynamicroles.py
test_rolepermission_lifecycle_delete Success 5.96 test_dynamicroles.py
test_rolepermission_lifecycle_create Success 5.95 test_dynamicroles.py
test_rolepermission_lifecycle_concurrent_updates Success 6.07 test_dynamicroles.py
test_role_lifecycle_update_role_inuse Success 6.07 test_dynamicroles.py
test_role_lifecycle_update Success 6.20 test_dynamicroles.py
test_role_lifecycle_list Success 6.17 test_dynamicroles.py
test_role_lifecycle_delete Success 11.17 test_dynamicroles.py
test_role_lifecycle_create Success 5.99 test_dynamicroles.py
test_role_inuse_deletion Success 5.93 test_dynamicroles.py
test_role_account_acls_multiple_mgmt_servers Success 9.02 test_dynamicroles.py
test_role_account_acls Success 8.47 test_dynamicroles.py
test_default_role_deletion Success 6.03 test_dynamicroles.py
test_04_create_fat_type_disk_offering Success 0.08 test_disk_offerings.py
test_03_delete_disk_offering Success 0.04 test_disk_offerings.py
test_02_edit_disk_offering Success 0.06 test_disk_offerings.py
test_02_create_sparse_type_disk_offering Success 0.10 test_disk_offerings.py
test_01_create_disk_offering Success 0.11 test_disk_offerings.py
test_deployvm_userdispersing Success 71.22 test_deploy_vms_with_varied_deploymentplanners.py
test_deployvm_userconcentrated Success 162.12 test_deploy_vms_with_varied_deploymentplanners.py
test_deployvm_firstfit Success 307.65 test_deploy_vms_with_varied_deploymentplanners.py
test_deployvm_userdata_post Success 30.61 test_deploy_vm_with_userdata.py
test_deployvm_userdata Success 192.13 test_deploy_vm_with_userdata.py
test_deploy_vm_from_iso Success 227.75 test_deploy_vm_iso.py
test_3d_gpu_support Success 439.97 test_deploy_vgpu_enabled_vm.py
test_DeployVmAntiAffinityGroup Success 247.26 test_affinity_groups.py
test_08_resize_volume Skipped 10.15 test_volumes.py
test_07_resize_fail Skipped 15.31 test_volumes.py
test_06_copy_template Skipped 0.00 test_templates.py
test_static_role_account_acls Skipped 0.02 test_staticroles.py
test_11_ss_nfs_version_on_ssvm Skipped 0.02 test_ssvm.py
test_01_scale_vm Skipped 66.38 test_scale_vm.py
test_01_primary_storage_iscsi Skipped 0.04 test_primary_storage.py
test_06_copy_iso Skipped 0.00 test_iso.py
test_06_verify_guest_lspci_again Skipped 0.00 test_deploy_virtio_scsi_vm.py
test_05_change_vm_ostype_restart Skipped 0.00 test_deploy_virtio_scsi_vm.py
test_04_verify_guest_lspci Skipped 0.00 test_deploy_virtio_scsi_vm.py
test_03_verify_libvirt_attach_disk Skipped 0.00 test_deploy_virtio_scsi_vm.py
test_02_verify_libvirt_after_restart Skipped 0.00 test_deploy_virtio_scsi_vm.py
test_01_verify_libvirt Skipped 0.00 test_deploy_virtio_scsi_vm.py
test_deploy_vgpu_enabled_vm Skipped 1.12 test_deploy_vgpu_enabled_vm.py

@karuturi

Copy link
Copy Markdown
Member

@mike-tutkowski
Can you take a look at the test failures?
I think the below two failures are new

test_08_migrate_vm Error 71.18 test_vm_life_cycle.py
ContextSuite context=TestDeployVmRootSize>:setup Error 0.00 test_deploy_vm_root_resize.py

@yadvr

yadvr commented May 19, 2017

Copy link
Copy Markdown
Member

I also run against kvm:
@blueorangutan test

@blueorangutan

Copy link
Copy Markdown

@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests

@mike-tutkowski

Copy link
Copy Markdown
Member Author

@karuturi

For test_vm_life_cycle.test_08_migrate_vm, it looks like the test was run in a bad state for some reason:

jobresult : {errorcode : 431, errortext : u'Cannot migrate VM, VM is already presnt on this host, please specify valid destination host to migrate the VM'}

For test_deploy_vm_root_resize, it appears its XML config file references an OS type that doesn't exist.

@karuturi

Copy link
Copy Markdown
Member

Thanks @mike-tutkowski. Let us wait and see if there are same failures in the next run.
@rhtyd looks like the last job didn't post results. Can you run it again?

@yadvr

yadvr commented May 23, 2017

Copy link
Copy Markdown
Member

@karuturi sure
@blueorangutan test centos7 vmware-55u3

@blueorangutan

Copy link
Copy Markdown

@rhtyd a Trillian-Jenkins test job (centos7 mgmt + vmware-55u3) has been kicked to run smoke tests

@blueorangutan

Copy link
Copy Markdown

Trillian test result (tid-1124)
Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
Total time taken: 28720 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr2098-t1124-kvm-centos7.zip
Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
Test completed. 50 look ok, 1 have error(s)

Test Result Time (s) Test File
test_04_rvpc_privategw_static_routes Failure 314.25 test_privategw_acl.py
test_01_vpc_site2site_vpn Success 144.44 test_vpc_vpn.py
test_01_vpc_remote_access_vpn Success 70.84 test_vpc_vpn.py
test_01_redundant_vpc_site2site_vpn Success 234.62 test_vpc_vpn.py
test_02_VPC_default_routes Success 260.76 test_vpc_router_nics.py
test_01_VPC_nics_after_destroy Success 518.73 test_vpc_router_nics.py
test_05_rvpc_multi_tiers Success 493.19 test_vpc_redundant.py
test_04_rvpc_network_garbage_collector_nics Success 1319.48 test_vpc_redundant.py
test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers Success 566.76 test_vpc_redundant.py
test_02_redundant_VPC_default_routes Success 738.32 test_vpc_redundant.py
test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL Success 1303.33 test_vpc_redundant.py
test_09_delete_detached_volume Success 156.13 test_volumes.py
test_08_resize_volume Success 156.15 test_volumes.py
test_07_resize_fail Success 156.18 test_volumes.py
test_06_download_detached_volume Success 156.01 test_volumes.py
test_05_detach_volume Success 140.55 test_volumes.py
test_04_delete_attached_volume Success 145.93 test_volumes.py
test_03_download_attached_volume Success 155.99 test_volumes.py
test_02_attach_volume Success 78.97 test_volumes.py
test_01_create_volume Success 711.56 test_volumes.py
test_03_delete_vm_snapshots Success 275.19 test_vm_snapshots.py
test_02_revert_vm_snapshots Success 100.65 test_vm_snapshots.py
test_01_create_vm_snapshots Success 168.77 test_vm_snapshots.py
test_deploy_vm_multiple Success 292.16 test_vm_life_cycle.py
test_deploy_vm Success 0.02 test_vm_life_cycle.py
test_advZoneVirtualRouter Success 0.02 test_vm_life_cycle.py
test_10_attachAndDetach_iso Success 26.46 test_vm_life_cycle.py
test_09_expunge_vm Success 125.23 test_vm_life_cycle.py
test_08_migrate_vm Success 30.67 test_vm_life_cycle.py
test_07_restore_vm Success 0.10 test_vm_life_cycle.py
test_06_destroy_vm Success 125.65 test_vm_life_cycle.py
test_03_reboot_vm Success 125.66 test_vm_life_cycle.py
test_02_start_vm Success 10.13 test_vm_life_cycle.py
test_01_stop_vm Success 30.22 test_vm_life_cycle.py
test_CreateTemplateWithDuplicateName Success 130.87 test_templates.py
test_08_list_system_templates Success 0.03 test_templates.py
test_07_list_public_templates Success 0.04 test_templates.py
test_05_template_permissions Success 0.05 test_templates.py
test_04_extract_template Success 5.14 test_templates.py
test_03_delete_template Success 5.08 test_templates.py
test_02_edit_template Success 90.16 test_templates.py
test_01_create_template Success 25.28 test_templates.py
test_10_destroy_cpvm Success 161.29 test_ssvm.py
test_09_destroy_ssvm Success 132.92 test_ssvm.py
test_08_reboot_cpvm Success 131.60 test_ssvm.py
test_07_reboot_ssvm Success 102.92 test_ssvm.py
test_06_stop_cpvm Success 136.67 test_ssvm.py
test_05_stop_ssvm Success 132.99 test_ssvm.py
test_04_cpvm_internals Success 1.26 test_ssvm.py
test_03_ssvm_internals Success 2.88 test_ssvm.py
test_02_list_cpvm_vm Success 0.09 test_ssvm.py
test_01_list_sec_storage_vm Success 0.12 test_ssvm.py
test_02_list_snapshots_with_removed_data_store Success 86.55 test_snapshots.py
test_01_snapshot_root_disk Success 11.01 test_snapshots.py
test_04_change_offering_small Success 239.41 test_service_offerings.py
test_03_delete_service_offering Success 0.03 test_service_offerings.py
test_02_edit_service_offering Success 0.04 test_service_offerings.py
test_01_create_service_offering Success 0.08 test_service_offerings.py
test_02_sys_template_ready Success 0.10 test_secondary_storage.py
test_01_sys_vm_start Success 0.13 test_secondary_storage.py
test_09_reboot_router Success 35.24 test_routers.py
test_08_start_router Success 25.20 test_routers.py
test_07_stop_router Success 10.12 test_routers.py
test_06_router_advanced Success 0.04 test_routers.py
test_05_router_basic Success 0.03 test_routers.py
test_04_restart_network_wo_cleanup Success 5.59 test_routers.py
test_03_restart_network_cleanup Success 50.37 test_routers.py
test_02_router_internal_adv Success 1.14 test_routers.py
test_01_router_internal_basic Success 0.57 test_routers.py
test_router_dns_guestipquery Success 76.78 test_router_dns.py
test_router_dns_externalipquery Success 0.05 test_router_dns.py
test_router_dhcphosts Success 271.43 test_router_dhcphosts.py
test_router_dhcp_opts Success 21.70 test_router_dhcphosts.py
test_01_updatevolumedetail Success 0.09 test_resource_detail.py
test_01_reset_vm_on_reboot Success 150.85 test_reset_vm_on_reboot.py
test_createRegion Success 0.03 test_regions.py
test_create_pvlan_network Success 5.17 test_pvlan.py
test_dedicatePublicIpRange Success 0.32 test_public_ip_range.py
test_03_vpc_privategw_restart_vpc_cleanup Success 458.18 test_privategw_acl.py
test_02_vpc_privategw_static_routes Success 368.82 test_privategw_acl.py
test_01_vpc_privategw_acl Success 76.61 test_privategw_acl.py
test_03_migration_options_storage_tags Success 161.44 test_primary_storage.py
test_02_edit_primary_storage_tags Success 0.07 test_primary_storage.py
test_01_primary_storage_nfs Success 35.79 test_primary_storage.py
test_01_deploy_vms_storage_tags Success 30.97 test_primary_storage.py
test_createPortablePublicIPRange Success 15.15 test_portable_publicip.py
test_createPortablePublicIPAcquire Success 15.36 test_portable_publicip.py
test_isolate_network_password_server Success 59.86 test_password_server.py
test_UpdateStorageOverProvisioningFactor Success 0.10 test_over_provisioning.py
test_oobm_zchange_password Success 30.52 test_outofbandmanagement.py
test_oobm_multiple_mgmt_server_ownership Success 16.27 test_outofbandmanagement.py
test_oobm_issue_power_status Success 10.19 test_outofbandmanagement.py
test_oobm_issue_power_soft Success 15.27 test_outofbandmanagement.py
test_oobm_issue_power_reset Success 15.30 test_outofbandmanagement.py
test_oobm_issue_power_on Success 15.30 test_outofbandmanagement.py
test_oobm_issue_power_off Success 10.30 test_outofbandmanagement.py
test_oobm_issue_power_cycle Success 15.29 test_outofbandmanagement.py
test_oobm_enabledisable_across_clusterzones Success 82.19 test_outofbandmanagement.py
test_oobm_enable_feature_valid Success 5.13 test_outofbandmanagement.py
test_oobm_enable_feature_invalid Success 0.08 test_outofbandmanagement.py
test_oobm_disable_feature_valid Success 0.13 test_outofbandmanagement.py
test_oobm_disable_feature_invalid Success 0.08 test_outofbandmanagement.py
test_oobm_configure_invalid_driver Success 0.06 test_outofbandmanagement.py
test_oobm_configure_default_driver Success 0.06 test_outofbandmanagement.py
test_oobm_background_powerstate_sync Success 23.32 test_outofbandmanagement.py
test_extendPhysicalNetworkVlan Success 15.27 test_non_contigiousvlan.py
test_01_nic Success 433.25 test_nic.py
test_releaseIP Success 176.81 test_network.py
test_reboot_router Success 377.65 test_network.py
test_public_ip_user_account Success 10.22 test_network.py
test_public_ip_admin_account Success 40.23 test_network.py
test_network_rules_acquired_public_ip_3_Load_Balancer_Rule Success 66.46 test_network.py
test_network_rules_acquired_public_ip_2_nat_rule Success 61.37 test_network.py
test_network_rules_acquired_public_ip_1_static_nat_rule Success 120.23 test_network.py
test_delete_account Success 297.22 test_network.py
test_02_port_fwd_on_non_src_nat Success 55.51 test_network.py
test_01_port_fwd_on_src_nat Success 111.63 test_network.py
test_nic_secondaryip_add_remove Success 191.84 test_multipleips_per_nic.py
test_list_zones_metrics Success 0.20 test_metrics_api.py
test_list_volumes_metrics Success 5.32 test_metrics_api.py
test_list_vms_metrics Success 196.41 test_metrics_api.py
test_list_pstorage_metrics Success 0.21 test_metrics_api.py
test_list_infrastructure_metrics Success 0.28 test_metrics_api.py
test_list_hosts_metrics Success 0.27 test_metrics_api.py
test_list_clusters_metrics Success 0.26 test_metrics_api.py
login_test_saml_user Success 17.84 test_login.py
test_assign_and_removal_lb Success 133.39 test_loadbalance.py
test_02_create_lb_rule_non_nat Success 187.03 test_loadbalance.py
test_01_create_lb_rule_src_nat Success 207.32 test_loadbalance.py
test_03_list_snapshots Success 0.04 test_list_ids_parameter.py
test_02_list_templates Success 0.03 test_list_ids_parameter.py
test_01_list_volumes Success 0.02 test_list_ids_parameter.py
test_07_list_default_iso Success 0.04 test_iso.py
test_05_iso_permissions Success 0.05 test_iso.py
test_04_extract_Iso Success 5.11 test_iso.py
test_03_delete_iso Success 95.19 test_iso.py
test_02_edit_iso Success 0.06 test_iso.py
test_01_create_iso Success 20.83 test_iso.py
test_04_rvpc_internallb_haproxy_stats_on_all_interfaces Success 212.75 test_internal_lb.py
test_03_vpc_internallb_haproxy_stats_on_all_interfaces Success 147.28 test_internal_lb.py
test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80 Success 483.73 test_internal_lb.py
test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 Success 426.53 test_internal_lb.py
test_dedicateGuestVlanRange Success 10.20 test_guest_vlan_range.py
test_UpdateConfigParamWithScope Success 0.12 test_global_settings.py
test_rolepermission_lifecycle_update Success 5.80 test_dynamicroles.py
test_rolepermission_lifecycle_list Success 5.68 test_dynamicroles.py
test_rolepermission_lifecycle_delete Success 5.69 test_dynamicroles.py
test_rolepermission_lifecycle_create Success 5.62 test_dynamicroles.py
test_rolepermission_lifecycle_concurrent_updates Success 5.70 test_dynamicroles.py
test_role_lifecycle_update_role_inuse Success 5.62 test_dynamicroles.py
test_role_lifecycle_update Success 10.67 test_dynamicroles.py
test_role_lifecycle_list Success 5.62 test_dynamicroles.py
test_role_lifecycle_delete Success 10.63 test_dynamicroles.py
test_role_lifecycle_create Success 5.62 test_dynamicroles.py
test_role_inuse_deletion Success 5.59 test_dynamicroles.py
test_role_account_acls_multiple_mgmt_servers Success 7.10 test_dynamicroles.py
test_role_account_acls Success 7.21 test_dynamicroles.py
test_default_role_deletion Success 5.72 test_dynamicroles.py
test_04_create_fat_type_disk_offering Success 0.07 test_disk_offerings.py
test_03_delete_disk_offering Success 0.03 test_disk_offerings.py
test_02_edit_disk_offering Success 0.03 test_disk_offerings.py
test_02_create_sparse_type_disk_offering Success 0.06 test_disk_offerings.py
test_01_create_disk_offering Success 0.08 test_disk_offerings.py
test_deployvm_userdispersing Success 20.41 test_deploy_vms_with_varied_deploymentplanners.py
test_deployvm_userconcentrated Success 20.43 test_deploy_vms_with_varied_deploymentplanners.py
test_deployvm_firstfit Success 75.59 test_deploy_vms_with_varied_deploymentplanners.py
test_deployvm_userdata_post Success 45.42 test_deploy_vm_with_userdata.py
test_deployvm_userdata Success 40.48 test_deploy_vm_with_userdata.py
test_02_deploy_vm_root_resize Success 0.05 test_deploy_vm_root_resize.py
test_01_deploy_vm_root_resize Success 0.05 test_deploy_vm_root_resize.py
test_00_deploy_vm_root_resize Success 206.25 test_deploy_vm_root_resize.py
test_deploy_vm_from_iso Success 196.71 test_deploy_vm_iso.py
test_06_verify_guest_lspci_again Success 40.44 test_deploy_virtio_scsi_vm.py
test_05_change_vm_ostype_restart Success 10.91 test_deploy_virtio_scsi_vm.py
test_04_verify_guest_lspci Success 40.42 test_deploy_virtio_scsi_vm.py
test_03_verify_libvirt_attach_disk Success 10.70 test_deploy_virtio_scsi_vm.py
test_02_verify_libvirt_after_restart Success 131.44 test_deploy_virtio_scsi_vm.py
test_01_verify_libvirt Success 0.62 test_deploy_virtio_scsi_vm.py
test_DeployVmAntiAffinityGroup Success 50.68 test_affinity_groups.py
test_change_service_offering_for_vm_with_snapshots Skipped 0.00 test_vm_snapshots.py
test_06_copy_template Skipped 0.00 test_templates.py
test_static_role_account_acls Skipped 0.02 test_staticroles.py
test_11_ss_nfs_version_on_ssvm Skipped 0.02 test_ssvm.py
test_01_scale_vm Skipped 0.00 test_scale_vm.py
test_01_primary_storage_iscsi Skipped 0.03 test_primary_storage.py
test_nested_virtualization_vmware Skipped 0.00 test_nested_virtualization.py
test_06_copy_iso Skipped 0.00 test_iso.py
test_deploy_vgpu_enabled_vm Skipped 0.02 test_deploy_vgpu_enabled_vm.py
test_3d_gpu_support Skipped 0.03 test_deploy_vgpu_enabled_vm.py

@blueorangutan

Copy link
Copy Markdown

Trillian test result (tid-1123)
Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7
Total time taken: 47819 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr2098-t1123-vmware-55u3.zip
Intermitten failure detected: /marvin/tests/smoke/test_deploy_vm_root_resize.py
Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
Intermitten failure detected: /marvin/tests/smoke/test_routers_network_ops.py
Intermitten failure detected: /marvin/tests/smoke/test_volumes.py
Test completed. 48 look ok, 4 have error(s)

Test Result Time (s) Test File
test_01_create_volume Failure 190.51 test_volumes.py
test_04_rvpc_privategw_static_routes Failure 880.18 test_privategw_acl.py
ContextSuite context=TestDeployVmRootSize>:setup Error 0.00 test_deploy_vm_root_resize.py
test_01_vpc_site2site_vpn Success 462.60 test_vpc_vpn.py
test_01_vpc_remote_access_vpn Success 182.07 test_vpc_vpn.py
test_01_redundant_vpc_site2site_vpn Success 765.08 test_vpc_vpn.py
test_02_VPC_default_routes Success 365.27 test_vpc_router_nics.py
test_01_VPC_nics_after_destroy Success 777.24 test_vpc_router_nics.py
test_05_rvpc_multi_tiers Success 791.69 test_vpc_redundant.py
test_04_rvpc_network_garbage_collector_nics Success 1575.79 test_vpc_redundant.py
test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers Success 730.13 test_vpc_redundant.py
test_02_redundant_VPC_default_routes Success 745.56 test_vpc_redundant.py
test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL Success 1470.19 test_vpc_redundant.py
test_09_delete_detached_volume Success 31.19 test_volumes.py
test_06_download_detached_volume Success 70.72 test_volumes.py
test_05_detach_volume Success 110.36 test_volumes.py
test_04_delete_attached_volume Success 15.27 test_volumes.py
test_03_download_attached_volume Success 15.33 test_volumes.py
test_02_attach_volume Success 59.87 test_volumes.py
test_change_service_offering_for_vm_with_snapshots Success 489.63 test_vm_snapshots.py
test_03_delete_vm_snapshots Success 280.27 test_vm_snapshots.py
test_02_revert_vm_snapshots Success 230.32 test_vm_snapshots.py
test_01_create_vm_snapshots Success 161.65 test_vm_snapshots.py
test_deploy_vm_multiple Success 232.72 test_vm_life_cycle.py
test_deploy_vm Success 0.04 test_vm_life_cycle.py
test_advZoneVirtualRouter Success 0.03 test_vm_life_cycle.py
test_10_attachAndDetach_iso Success 26.90 test_vm_life_cycle.py
test_09_expunge_vm Success 125.19 test_vm_life_cycle.py
test_08_migrate_vm Success 66.20 test_vm_life_cycle.py
test_07_restore_vm Success 0.11 test_vm_life_cycle.py
test_06_destroy_vm Success 10.18 test_vm_life_cycle.py
test_03_reboot_vm Success 5.17 test_vm_life_cycle.py
test_02_start_vm Success 20.26 test_vm_life_cycle.py
test_01_stop_vm Success 10.16 test_vm_life_cycle.py
test_CreateTemplateWithDuplicateName Success 287.02 test_templates.py
test_08_list_system_templates Success 0.03 test_templates.py
test_07_list_public_templates Success 0.04 test_templates.py
test_05_template_permissions Success 0.06 test_templates.py
test_04_extract_template Success 15.25 test_templates.py
test_03_delete_template Success 5.11 test_templates.py
test_02_edit_template Success 90.14 test_templates.py
test_01_create_template Success 171.34 test_templates.py
test_10_destroy_cpvm Success 267.17 test_ssvm.py
test_09_destroy_ssvm Success 298.94 test_ssvm.py
test_08_reboot_cpvm Success 186.81 test_ssvm.py
test_07_reboot_ssvm Success 158.74 test_ssvm.py
test_06_stop_cpvm Success 207.00 test_ssvm.py
test_05_stop_ssvm Success 179.03 test_ssvm.py
test_04_cpvm_internals Success 1.25 test_ssvm.py
test_03_ssvm_internals Success 3.50 test_ssvm.py
test_02_list_cpvm_vm Success 0.20 test_ssvm.py
test_01_list_sec_storage_vm Success 0.26 test_ssvm.py
test_02_list_snapshots_with_removed_data_store Success 223.09 test_snapshots.py
test_01_snapshot_root_disk Success 66.57 test_snapshots.py
test_04_change_offering_small Success 97.11 test_service_offerings.py
test_03_delete_service_offering Success 0.05 test_service_offerings.py
test_02_edit_service_offering Success 0.09 test_service_offerings.py
test_01_create_service_offering Success 0.12 test_service_offerings.py
test_02_sys_template_ready Success 0.17 test_secondary_storage.py
test_01_sys_vm_start Success 0.26 test_secondary_storage.py
test_09_reboot_router Success 156.10 test_routers.py
test_08_start_router Success 156.10 test_routers.py
test_07_stop_router Success 25.30 test_routers.py
test_06_router_advanced Success 0.08 test_routers.py
test_05_router_basic Success 0.04 test_routers.py
test_04_restart_network_wo_cleanup Success 5.71 test_routers.py
test_03_restart_network_cleanup Success 196.43 test_routers.py
test_02_router_internal_adv Success 1.07 test_routers.py
test_01_router_internal_basic Success 0.59 test_routers.py
test_router_dns_guestipquery Success 76.81 test_router_dns.py
test_router_dns_externalipquery Success 0.09 test_router_dns.py
test_router_dhcphosts Success 149.75 test_router_dhcphosts.py
test_router_dhcp_opts Success 21.87 test_router_dhcphosts.py
test_01_updatevolumedetail Success 5.16 test_resource_detail.py
test_01_reset_vm_on_reboot Success 35.48 test_reset_vm_on_reboot.py
test_createRegion Success 0.05 test_regions.py
test_create_pvlan_network Success 5.26 test_pvlan.py
test_dedicatePublicIpRange Success 0.47 test_public_ip_range.py
test_03_vpc_privategw_restart_vpc_cleanup Success 1200.92 test_privategw_acl.py
test_02_vpc_privategw_static_routes Success 839.61 test_privategw_acl.py
test_01_vpc_privategw_acl Success 213.28 test_privategw_acl.py
test_03_migration_options_storage_tags Success 36.73 test_primary_storage.py
test_02_edit_primary_storage_tags Success 0.12 test_primary_storage.py
test_01_primary_storage_nfs Success 37.44 test_primary_storage.py
test_01_deploy_vms_storage_tags Success 51.76 test_primary_storage.py
test_createPortablePublicIPRange Success 15.26 test_portable_publicip.py
test_createPortablePublicIPAcquire Success 15.55 test_portable_publicip.py
test_isolate_network_password_server Success 92.50 test_password_server.py
test_UpdateStorageOverProvisioningFactor Success 0.16 test_over_provisioning.py
test_oobm_zchange_password Success 31.00 test_outofbandmanagement.py
test_oobm_multiple_mgmt_server_ownership Success 16.41 test_outofbandmanagement.py
test_oobm_issue_power_status Success 10.34 test_outofbandmanagement.py
test_oobm_issue_power_soft Success 15.44 test_outofbandmanagement.py
test_oobm_issue_power_reset Success 15.46 test_outofbandmanagement.py
test_oobm_issue_power_on Success 15.43 test_outofbandmanagement.py
test_oobm_issue_power_off Success 15.39 test_outofbandmanagement.py
test_oobm_issue_power_cycle Success 10.35 test_outofbandmanagement.py
test_oobm_enabledisable_across_clusterzones Success 82.99 test_outofbandmanagement.py
test_oobm_enable_feature_valid Success 0.24 test_outofbandmanagement.py
test_oobm_enable_feature_invalid Success 0.14 test_outofbandmanagement.py
test_oobm_disable_feature_valid Success 0.24 test_outofbandmanagement.py
test_oobm_disable_feature_invalid Success 0.30 test_outofbandmanagement.py
test_oobm_configure_invalid_driver Success 0.12 test_outofbandmanagement.py
test_oobm_configure_default_driver Success 0.12 test_outofbandmanagement.py
test_oobm_background_powerstate_sync Success 23.46 test_outofbandmanagement.py
test_extendPhysicalNetworkVlan Success 15.39 test_non_contigiousvlan.py
test_01_nic Success 581.53 test_nic.py
test_releaseIP Success 333.98 test_network.py
test_reboot_router Success 711.09 test_network.py
test_public_ip_user_account Success 10.39 test_network.py
test_public_ip_admin_account Success 40.35 test_network.py
test_network_rules_acquired_public_ip_3_Load_Balancer_Rule Success 77.14 test_network.py
test_network_rules_acquired_public_ip_2_nat_rule Success 61.90 test_network.py
test_network_rules_acquired_public_ip_1_static_nat_rule Success 124.97 test_network.py
test_delete_account Success 378.85 test_network.py
test_02_port_fwd_on_non_src_nat Success 55.78 test_network.py
test_01_port_fwd_on_src_nat Success 111.89 test_network.py
test_nested_virtualization_vmware Success 449.73 test_nested_virtualization.py
test_nic_secondaryip_add_remove Success 288.48 test_multipleips_per_nic.py
test_list_zones_metrics Success 0.29 test_metrics_api.py
test_list_volumes_metrics Success 5.59 test_metrics_api.py
test_list_vms_metrics Success 232.33 test_metrics_api.py
test_list_pstorage_metrics Success 0.35 test_metrics_api.py
test_list_infrastructure_metrics Success 0.46 test_metrics_api.py
test_list_hosts_metrics Success 0.48 test_metrics_api.py
test_list_clusters_metrics Success 0.45 test_metrics_api.py
login_test_saml_user Success 19.53 test_login.py
test_assign_and_removal_lb Success 148.72 test_loadbalance.py
test_02_create_lb_rule_non_nat Success 207.60 test_loadbalance.py
test_01_create_lb_rule_src_nat Success 208.01 test_loadbalance.py
test_03_list_snapshots Success 0.09 test_list_ids_parameter.py
test_02_list_templates Success 0.06 test_list_ids_parameter.py
test_01_list_volumes Success 0.03 test_list_ids_parameter.py
test_07_list_default_iso Success 0.07 test_iso.py
test_05_iso_permissions Success 0.07 test_iso.py
test_04_extract_Iso Success 5.18 test_iso.py
test_03_delete_iso Success 95.22 test_iso.py
test_02_edit_iso Success 0.09 test_iso.py
test_01_create_iso Success 21.06 test_iso.py
test_04_rvpc_internallb_haproxy_stats_on_all_interfaces Success 611.64 test_internal_lb.py
test_03_vpc_internallb_haproxy_stats_on_all_interfaces Success 515.63 test_internal_lb.py
test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80 Success 1112.75 test_internal_lb.py
test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 Success 851.81 test_internal_lb.py
test_dedicateGuestVlanRange Success 10.30 test_guest_vlan_range.py
test_UpdateConfigParamWithScope Success 0.17 test_global_settings.py
test_rolepermission_lifecycle_update Success 6.25 test_dynamicroles.py
test_rolepermission_lifecycle_list Success 6.04 test_dynamicroles.py
test_rolepermission_lifecycle_delete Success 5.91 test_dynamicroles.py
test_rolepermission_lifecycle_create Success 6.06 test_dynamicroles.py
test_rolepermission_lifecycle_concurrent_updates Success 6.28 test_dynamicroles.py
test_role_lifecycle_update_role_inuse Success 6.25 test_dynamicroles.py
test_role_lifecycle_update Success 11.02 test_dynamicroles.py
test_role_lifecycle_list Success 5.92 test_dynamicroles.py
test_role_lifecycle_delete Success 10.99 test_dynamicroles.py
test_role_lifecycle_create Success 6.00 test_dynamicroles.py
test_role_inuse_deletion Success 5.92 test_dynamicroles.py
test_role_account_acls_multiple_mgmt_servers Success 8.44 test_dynamicroles.py
test_role_account_acls Success 8.80 test_dynamicroles.py
test_default_role_deletion Success 6.27 test_dynamicroles.py
test_04_create_fat_type_disk_offering Success 0.09 test_disk_offerings.py
test_03_delete_disk_offering Success 0.04 test_disk_offerings.py
test_02_edit_disk_offering Success 0.05 test_disk_offerings.py
test_02_create_sparse_type_disk_offering Success 0.08 test_disk_offerings.py
test_01_create_disk_offering Success 0.11 test_disk_offerings.py
test_deployvm_userdispersing Success 66.03 test_deploy_vms_with_varied_deploymentplanners.py
test_deployvm_userconcentrated Success 101.17 test_deploy_vms_with_varied_deploymentplanners.py
test_deployvm_firstfit Success 226.84 test_deploy_vms_with_varied_deploymentplanners.py
test_deployvm_userdata_post Success 90.96 test_deploy_vm_with_userdata.py
test_deployvm_userdata Success 186.81 test_deploy_vm_with_userdata.py
test_deploy_vm_from_iso Success 237.74 test_deploy_vm_iso.py
test_3d_gpu_support Success 521.15 test_deploy_vgpu_enabled_vm.py
test_DeployVmAntiAffinityGroup Success 322.80 test_affinity_groups.py
test_08_resize_volume Skipped 5.12 test_volumes.py
test_07_resize_fail Skipped 10.30 test_volumes.py
test_06_copy_template Skipped 0.00 test_templates.py
test_static_role_account_acls Skipped 0.03 test_staticroles.py
test_11_ss_nfs_version_on_ssvm Skipped 0.02 test_ssvm.py
test_01_scale_vm Skipped 66.34 test_scale_vm.py
test_01_primary_storage_iscsi Skipped 0.04 test_primary_storage.py
test_06_copy_iso Skipped 0.00 test_iso.py
test_06_verify_guest_lspci_again Skipped 0.00 test_deploy_virtio_scsi_vm.py
test_05_change_vm_ostype_restart Skipped 0.00 test_deploy_virtio_scsi_vm.py
test_04_verify_guest_lspci Skipped 0.00 test_deploy_virtio_scsi_vm.py
test_03_verify_libvirt_attach_disk Skipped 0.00 test_deploy_virtio_scsi_vm.py
test_02_verify_libvirt_after_restart Skipped 0.00 test_deploy_virtio_scsi_vm.py
test_01_verify_libvirt Skipped 0.00 test_deploy_virtio_scsi_vm.py
test_deploy_vgpu_enabled_vm Skipped 1.36 test_deploy_vgpu_enabled_vm.py

@karuturi

Copy link
Copy Markdown
Member

failures werent reported in this run. merging this now.

@karuturi
karuturi merged commit 0b98923 into apache:master May 24, 2017
@mike-tutkowski
mike-tutkowski deleted the CLOUDSTACK-9917 branch May 24, 2017 18:44
bernardodemarco pushed a commit to scclouds/cloudstack that referenced this pull request Jul 16, 2025
Remoção de exibição de dados da infraestrutura durante exceção ao anexar e desanexar volume de VM.

Closes apache#2098

See merge request scclouds/scclouds!1162
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants