Searched refs:copy_files_from (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/virt/tests/ |
D | ethtool.py | 107 copy_files_from = vm.copy_files_from 114 copy_files_from = vm.copy_files_to 133 copy_files_from(filename, filename)
|
D | file_transfer.py | 61 vm.copy_files_from(guest_path, host_path2, timeout=transfer_timeout)
|
/external/autotest/client/tests/kvm/tests/ |
D | migration_with_file_transfer.py | 65 bg = virt_utils.Thread(vm.copy_files_from,
|
/external/autotest/client/virt/ |
D | virt_vm.py | 563 def copy_files_from(self, guest_path, host_path, nic_index=0, member in BaseVM 584 virt_utils.copy_files_from(address, client, username, password, port,
|
D | virt_test_utils.py | 515 vm.copy_files_from("%s/results/default/*" % guest_autotest_path,
|
D | virt_utils.py | 960 def copy_files_from(address, client, username, password, port, remote_path, function
|