Searched refs:run_bootm (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/test/py/tests/ |
| H A D | test_vboot.py | 56 def run_bootm(sha_algo, test_type, expect_string, boots): function 124 run_bootm(sha_algo, 'unsigned images', 'dev-', True) 128 run_bootm(sha_algo, 'signed images', 'dev+', True) 135 run_bootm(sha_algo, 'unsigned config', '%s+ OK' % sha_algo, True) 139 run_bootm(sha_algo, 'signed config', 'dev+', True) 156 run_bootm(sha_algo, 'Signed config with bad hash', 'Bad Data Hash', False)
|