Searched refs:_on_guest (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/tests/kvm/tests/ |
D | virtio_console.py | 553 (match, data) = _on_guest("python -OO /tmp/virtio_console_guest.py -c" 565 (match, data) = _on_guest("python /tmp/virtio_console_guest.pyo &&" 618 def _on_guest(command, vm, timeout=2): function 661 match, data = _on_guest(command, vm, timeout) 681 match, tmp = _on_guest("virt.exit_threads()", vm, 10) 830 (match, data) = _on_guest("virt.open('%s')" % (port.name), vm, 10) 910 match = _on_guest("virt.get_sigio_poll_return('%s')" % 968 match, tmp = _on_guest("virt.send('%s', 10, True)" % port.name, 996 match, tmp = _on_guest("virt.send('%s', (1024**3)*3, True, " 1095 match, tmp = _on_guest("virt.recv('%s', 10, 1024, False)" % [all …]
|