Searched refs:read_until_last_line_matches (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/virt/tests/ |
D | yum_update.py | 17 match = session.read_until_last_line_matches(
|
D | whql_submission.py | 106 m, o = server_session.read_until_last_line_matches(
|
/external/autotest/client/tests/kvm/tests/ |
D | ksm_overcommit.py | 32 session.read_until_last_line_matches(["PASS:", "FAIL:"], timeout) 55 (match, data) = session.read_until_last_line_matches(
|
D | virtio_console.py | 609 data += vm_port.read_until_last_line_matches( 633 (match, data) = vm[1].read_until_last_line_matches(["PASS:",
|
/external/autotest/client/virt/ |
D | aexpect.py | 1030 def read_until_last_line_matches(self, patterns, timeout=60, member in Expect 1192 m, o = self.read_until_last_line_matches([self.prompt], timeout,
|
D | virt_utils.py | 627 match, text = session.read_until_last_line_matches( 781 match, text = session.read_until_last_line_matches(
|