Home
last modified time | relevance | path

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

/openbmc/u-boot/test/py/tests/
H A Dtest_vboot.py60 def run_bootm(sha_algo, test_type, expect_string, boots): function
148 run_bootm(sha_algo, 'unsigned images', 'dev-', True)
152 run_bootm(sha_algo, 'signed images', 'dev+', True)
159 run_bootm(sha_algo, 'unsigned config', '%s+ OK' % sha_algo, True)
163 run_bootm(sha_algo, 'signed config', 'dev+', True)
174 run_bootm(sha_algo, 'Signed config with bad hash', 'Bad Data Hash', False)
179 run_bootm(sha_algo, 'signed config', 'dev+', True)
192 run_bootm(sha_algo, 'Signed config with bad hash', 'Bad Data Hash', False)