Home
last modified time | relevance | path

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

/openbmc/u-boot/test/py/tests/
H A Dtest_vboot.py195 util.run_and_log_expect_exception(cons, [fit_check_sign, '-f', fit,
/openbmc/u-boot/test/py/
H A Du_boot_utils.py179 def run_and_log_expect_exception(u_boot_console, cmd, retcode, msg): function