weizhouapache commented on pull request #4801: URL: https://github.com/apache/cloudstack/pull/4801#issuecomment-797381283
@DaanHoogland I checked the result of pr #4582 which are good. ``` Test Deploy Virtual Machine ... === TestName: test_01_deploy_vm | Status : SUCCESS === ok Test advanced zone virtual router ... === TestName: test_02_advZoneVirtualRouter | Status : SUCCESS === ok Test Multiple Deploy Virtual Machine ... === TestName: test_04_deploy_vm_multiple | Status : SUCCESS === ok Test Stop Virtual Machine ... === TestName: test_05_stop_vm | Status : SUCCESS === ok Test Force Stop Virtual Machine ... === TestName: test_06_stop_vm_forced | Status : SUCCESS === ok Test Start Virtual Machine ... === TestName: test_07_start_vm | Status : SUCCESS === ok Test Reboot Virtual Machine ... === TestName: test_08_reboot_vm | Status : SUCCESS === ok Test destroy Virtual Machine ... === TestName: test_09_destroy_vm | Status : SUCCESS === ok Test recover Virtual Machine ... === TestName: test_10_restore_vm | Status : SUCCESS === ok Test migrate VM ... === TestName: test_11_migrate_vm | Status : SUCCESS === ok Test destroy(expunge) Virtual Machine ... === TestName: test_12_expunge_vm | Status : SUCCESS === ok Test for attach and detach ISO to virtual machine ... === TestName: test_13_attachAndDetach_iso | Status : SUCCESS === ok Test secure VM migration ... === TestName: test_14_secure_to_secure_vm_migration | Status : SUCCESS === ok Test destroy Virtual Machine ... === TestName: test_15_secured_to_nonsecured_vm_migration | Status : SUCCESS === ok Test Non-secured VM Migration ... === TestName: test_16_nonsecured_to_secured_vm_migration | Status : SUCCESS === ok ---------------------------------------------------------------------- Ran 15 tests in 1172.225s OK ``` Strange I cannot find some test cases in test/integration/smoke/test_vm_life_cycle.py and its history !! the test cases in result for pr #4531 are same as what we see in test/integration/smoke/test_vm_life_cycle.py ``` Test advanced zone virtual router ... === TestName: test_advZoneVirtualRouter | Status : SUCCESS === ok Test Deploy Virtual Machine ... === TestName: test_deploy_vm | Status : SUCCESS === ok Test Multiple Deploy Virtual Machine ... === TestName: test_deploy_vm_multiple | Status : SUCCESS === ok Test VM will be migrated with it's root volume ... === TestName: test_01_migrate_VM_and_root_volume | Status : EXCEPTION === ERROR Test VM will be migrated with it's root volume ... === TestName: test_02_migrate_VM_with_two_data_disks | Status : EXCEPTION === ERROR Test VM will be migrated with it's root volume ... SKIP: VM Migration with Volumes is not supported on other than VMware Test VM will be migrated with it's root volume ... SKIP: VM Migration with Volumes is not supported on other than VMware Test VM will be migrated with it's root volume ... SKIP: VM Migration with Volumes is not supported on other than VMware Test secure VM migration ... === TestName: test_01_secure_vm_migration | Status : SUCCESS === ok Test Non-secured VM Migration ... === TestName: test_02_unsecure_vm_migration | Status : SUCCESS === ok Test destroy Virtual Machine ... === TestName: test_03_secured_to_nonsecured_vm_migration | Status : SUCCESS === ok Test Non-secured VM Migration ... === TestName: test_04_nonsecured_to_secured_vm_migration | Status : SUCCESS === ok Test the following: ... SKIP: Skipping test: Reason - hypervisorNotSupported Test the following for all found ovf templates: ... SKIP: Skipping test: Reason - hypervisorNotSupported Test Stop Virtual Machine ... === TestName: test_01_stop_vm | Status : SUCCESS === ok Test Force Stop Virtual Machine ... === TestName: test_01_stop_vm_forced | Status : SUCCESS === ok Test Start Virtual Machine ... === TestName: test_02_start_vm | Status : SUCCESS === ok Test Reboot Virtual Machine ... === TestName: test_03_reboot_vm | Status : SUCCESS === ok Test destroy Virtual Machine ... === TestName: test_06_destroy_vm | Status : SUCCESS === ok Test recover Virtual Machine ... === TestName: test_07_restore_vm | Status : SUCCESS === ok Test migrate VM ... === TestName: test_08_migrate_vm | Status : SUCCESS === ok Test destroy(expunge) Virtual Machine ... === TestName: test_09_expunge_vm | Status : SUCCESS === ok Test for attach and detach ISO to virtual machine ... === TestName: test_10_attachAndDetach_iso | Status : SUCCESS === ok Test destroy Virtual Machine and it's volumes ... === TestName: test_11_destroy_vm_and_volumes | Status : SUCCESS === ok ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org