Home
last modified time | relevance | path

Searched refs:expectalt (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/vm/
H A Dbasevm.py345 def console_wait(self, expect, expectalt = None): argument
357 if not expectalt is None:
358 sys.stderr.write("console: waiting for: '%s' (alt)\n" % expectalt)
367 if not expectalt is None and expectalt in output:
376 if not expectalt is None and expectalt in output: