Searched refs:copy_files_to (Results 1 - 15 of 15) sorted by relevance

/external/autotest/client/virt/tests/
H A Dclock_getres.py28 vm.copy_files_to(source_name, dest_name)
H A Dsoftlockup.py115 vm.copy_files_to(monitor_path, "/tmp")
116 vm.copy_files_to(stress_path, "/tmp")
H A Dfile_transfer.py52 vm.copy_files_to(host_path, guest_path, timeout=transfer_timeout)
H A Dguest_test.py64 vm.copy_files_to(script_path, dst_rsc_path, timeout=60)
H A Dmulticast.py57 vm.copy_files_to(mcast_path, "/tmp")
H A Dnetperf.py38 vm.copy_files_to(os.path.join(netperf_dir, i), "/tmp")
H A Dnetstress_kill_guest.py73 vm.copy_files_to(os.path.join(netperf_dir, i), "/tmp")
H A Dethtool.py114 copy_files_from = vm.copy_files_to
/external/autotest/client/tests/kvm/tests/
H A Dmigration_with_file_transfer.py59 bg = virt_utils.Thread(vm.copy_files_to, (host_path, guest_path),
H A Dvmstop.py38 bg = virt_utils.Thread(vm.copy_files_to, ("/tmp/file", guest_path),
H A Dksm_overcommit.py603 vm.copy_files_to(vksmd_src, dst_dir)
H A Dvirtio_console.py2142 vm[0].copy_files_to(vksmd_src, dst_dir)
/external/autotest/client/virt/
H A Dvirt_test_utils.py476 vm.copy_files_to(local_path, remote_path)
578 vm.copy_files_to(control_path,
H A Dvirt_vm.py536 def copy_files_to(self, host_path, guest_path, nic_index=0, verbose=False, member in class:BaseVM
557 virt_utils.copy_files_to(address, client, username, password, port,
H A Dvirt_utils.py931 def copy_files_to(address, client, username, password, port, local_path, function

Completed in 1974 milliseconds