weizhouapache commented on issue #3688: New feature: Add support to destroy/recover volumes URL: https://github.com/apache/cloudstack/pull/3688#issuecomment-584885915 @rhtyd @DaanHoogland I have run the integration test component/test_volumes.py on kvm, all passed. ```Attach a created Volume to a Running VM ... === TestName: test_01_attach_volume | Status : SUCCESS === ok Detach a Volume attached to a VM ... === TestName: test_02_detach_volume | Status : SUCCESS === ok Delete a Volume unattached to an VM ... === TestName: test_03_delete_detached_volume | Status : SUCCESS === ok Create a volume under a non-root domain as non-root-domain user ... === TestName: test_create_volume_under_domain | Status : SUCCESS === ok ---------------------------------------------------------------------- Ran 4 tests in 277.694s OK ``` and smoke/test_volumes.py on kvm ``` Test destroy Virtual Machine and it's volumes ... === TestName: test_11_destroy_vm_and_volumes | Status : SUCCESS === ok ---------------------------------------------------------------------- Ran 1 test in 678.315s OK ``` and smoke/test_vm_life_cycle.py ``` Delete a Volume unattached to an VM ... === TestName: test_09_delete_detached_volume | Status : SUCCESS === ok ---------------------------------------------------------------------- Ran 1 test in 364.770s OK ``` I have create a pr for travis test: https://github.com/apache/cloudstack/pull/3880
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
