Home
last modified time | relevance | path

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

/openbmc/u-boot/test/py/tests/
H A Dtest_ofplatdata.py41 output = cons.get_spawn_output().replace('\r', '')
/openbmc/u-boot/test/py/
H A Du_boot_console_base.py414 def get_spawn_output(self): member in ConsoleBase