Searched refs:run_and_log (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/test/py/tests/ |
H A D | test_vboot.py | 57 util.run_and_log(cons, 'dtc %s %s%s -O dtb ' 92 util.run_and_log(cons, [mkimage, '-D', dtc_args, '-f', 106 util.run_and_log(cons, [mkimage, '-F', '-k', tmpdir, '-K', dtb, 167 util.run_and_log(cons, [fit_check_sign, '-f', fit, '-k', tmpdir, 183 sig = util.run_and_log(cons, 'fdtget -t bx %s %s value' % 189 util.run_and_log(cons, 'fdtput -t bx %s %s value %s' % 211 util.run_and_log(cons, 'openssl genpkey -algorithm RSA -out %sdev.key ' 217 util.run_and_log(cons, 'openssl req -batch -new -x509 -key %sdev.key -out '
|
H A D | test_ums.py | 158 u_boot_utils.run_and_log(u_boot_console, cmd) 175 u_boot_utils.run_and_log(u_boot_console, cmd, ignore_errors) 209 u_boot_utils.run_and_log(u_boot_console, cmd) 213 u_boot_utils.run_and_log(u_boot_console, cmd) 228 u_boot_utils.run_and_log(u_boot_console, cmd)
|
H A D | test_gpt.py | 45 u_boot_utils.run_and_log(u_boot_console, cmd) 49 u_boot_utils.run_and_log(u_boot_console, cmd) 51 u_boot_utils.run_and_log(u_boot_console, cmd) 53 u_boot_utils.run_and_log(u_boot_console, cmd) 56 u_boot_utils.run_and_log(u_boot_console, cmd)
|
H A D | test_fit.py | 159 util.run_and_log(cons, ['dtc', src, '-O', 'dtb', '-o', dtb]) 189 util.run_and_log(cons, [mkimage, '-f', its, fit])
|
H A D | test_dfu.py | 216 u_boot_utils.run_and_log(u_boot_console, cmd)
|
/openbmc/u-boot/test/py/ |
H A D | u_boot_utils.py | 156 def run_and_log(u_boot_console, cmd, ignore_errors=False): function
|