Searched refs:copy_files_to (Results 1 - 15 of 15) sorted by relevance
/external/autotest/client/virt/tests/ |
H A D | clock_getres.py | 28 vm.copy_files_to(source_name, dest_name)
|
H A D | softlockup.py | 115 vm.copy_files_to(monitor_path, "/tmp") 116 vm.copy_files_to(stress_path, "/tmp")
|
H A D | file_transfer.py | 52 vm.copy_files_to(host_path, guest_path, timeout=transfer_timeout)
|
H A D | guest_test.py | 64 vm.copy_files_to(script_path, dst_rsc_path, timeout=60)
|
H A D | multicast.py | 57 vm.copy_files_to(mcast_path, "/tmp")
|
H A D | netperf.py | 38 vm.copy_files_to(os.path.join(netperf_dir, i), "/tmp")
|
H A D | netstress_kill_guest.py | 73 vm.copy_files_to(os.path.join(netperf_dir, i), "/tmp")
|
H A D | ethtool.py | 114 copy_files_from = vm.copy_files_to
|
/external/autotest/client/tests/kvm/tests/ |
H A D | migration_with_file_transfer.py | 59 bg = virt_utils.Thread(vm.copy_files_to, (host_path, guest_path),
|
H A D | vmstop.py | 38 bg = virt_utils.Thread(vm.copy_files_to, ("/tmp/file", guest_path),
|
H A D | ksm_overcommit.py | 603 vm.copy_files_to(vksmd_src, dst_dir)
|
H A D | virtio_console.py | 2142 vm[0].copy_files_to(vksmd_src, dst_dir)
|
/external/autotest/client/virt/ |
H A D | virt_test_utils.py | 476 vm.copy_files_to(local_path, remote_path) 578 vm.copy_files_to(control_path,
|
H A D | virt_vm.py | 536 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 D | virt_utils.py | 931 def copy_files_to(address, client, username, password, port, local_path, function
|
Completed in 1974 milliseconds