Lines Matching full:vm
9 Try stop network interface in VM when other VM try to communicate.
44 def kill_and_check(vm): argument
45 vm_pid = vm.get_pid()
46 vm.destroy(gracefully=False)
50 logging.error("VM is not dead")
51 raise error.TestFail("VM is not dead after sending signal 0 to it")
53 logging.info("VM is dead")
73 vm.copy_files_to(os.path.join(netperf_dir, i), "/tmp")
75 guest_ip = vm.get_address(0)
114 kill_and_check(vm)
134 kill_and_check(vm)
137 vm = env.get_vm(params["main_vm"])
138 vm.verify_alive()
140 session = vm.wait_for_login(timeout=login_timeout)
142 session_serial = vm.wait_for_serial_login(timeout=login_timeout)