Searched refs:interrupt_interactive_console_until_pattern (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/tests/functional/ |
H A D | test_aarch64_sbsaref.py | 15 from qemu_test import interrupt_interactive_console_until_pattern 98 interrupt_interactive_console_until_pattern(self, "QEMU SBSA-REF Machine")
|
H A D | test_arm_quanta_gsj.py | 8 from qemu_test import interrupt_interactive_console_until_pattern, skipSlowTest 58 interrupt_interactive_console_until_pattern(
|
H A D | test_mipsel_malta.py | 13 from qemu_test import interrupt_interactive_console_until_pattern 102 interrupt_interactive_console_until_pattern(self, pattern, prompt)
|
H A D | test_arm_cubieboard.py | 8 from qemu_test import interrupt_interactive_console_until_pattern 125 interrupt_interactive_console_until_pattern(
|
H A D | test_arm_bpim2u.py | 11 from qemu_test import Asset, interrupt_interactive_console_until_pattern 162 interrupt_interactive_console_until_pattern(
|
H A D | test_arm_orangepi.py | 12 from qemu_test import Asset, interrupt_interactive_console_until_pattern 212 interrupt_interactive_console_until_pattern(self,
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | __init__.py | 12 interrupt_interactive_console_until_pattern, wait_for_console_pattern, \
|
H A D | cmd.py | 121 def interrupt_interactive_console_until_pattern(test, success_message, function
|