rhtyd commented on pull request #5023: URL: https://github.com/apache/cloudstack/pull/5023#issuecomment-842336986
Did a git grep and found: ``` test/integration/component/maint/testpath_disablestoragepool.py: self.virtual_machine_1.migrate_vm_with_volume( test/integration/component/maint/testpath_disablestoragepool.py: self.virtual_machine_1.migrate_vm_with_volume( test/integration/component/maint/testpath_vMotion_vmware.py: vm.migrate_vm_with_volume( test/integration/component/test_storage_motion.py: def test_01_migrate_vm_with_volume(self): test/integration/plugins/solidfire/TestVMMigrationWithStorage.py: virtual_machine.migrate_vm_with_volume(self.apiClient, dest_host.id) test/integration/plugins/solidfire/TestVMMigrationWithStorage.py: virtual_machine.migrate_vm_with_volume(self.apiClient, dest_host.id) test/integration/plugins/solidfire/TestVMMigrationWithStorage.py: virtual_machine.migrate_vm_with_volume(self.apiClient, dest_host.id) test/integration/testpaths/testpath_storage_migration.py: vm.migrate_vm_with_volume( tools/marvin/marvin/lib/base.py: def migrate_vm_with_volume(self, apiclient, hostid=None, migrateto=None): ``` The method is not used by tests that are run by travis or smoketests. I'll merge this based on code review. -- 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]
