Home
last modified time | relevance | path

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

/openbmc/u-boot/test/py/tests/
H A Dtest_dfu.py146 u_boot_utils.wait_until_file_open_fails(
193 u_boot_utils.wait_until_file_open_fails(
H A Dtest_ums.py196 u_boot_utils.wait_until_file_open_fails(host_ums_part_node,
/openbmc/u-boot/test/py/
H A Du_boot_utils.py130 def wait_until_file_open_fails(fn, ignore_errors): function