Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_vboot.py53 util.run_and_log(cons, 'dtc %s %s%s -O dtb '
88 util.run_and_log(cons, [mkimage, '-D', dtc_args, '-f',
102 util.run_and_log(cons, [mkimage, '-F', '-k', tmpdir, '-K', dtb,
143 util.run_and_log(cons, [fit_check_sign, '-f', fit, '-k', tmpdir,
147 sig = util.run_and_log(cons, 'fdtget -t bx %s %s value' %
153 util.run_and_log(cons, 'fdtput -t bx %s %s value %s' %
175 util.run_and_log(cons, 'openssl genpkey -algorithm RSA -out %sdev.key '
181 util.run_and_log(cons, 'openssl req -batch -new -x509 -key %sdev.key -out '
H A Dtest_ums.py159 u_boot_utils.run_and_log(u_boot_console, cmd)
176 u_boot_utils.run_and_log(u_boot_console, cmd, ignore_errors)
210 u_boot_utils.run_and_log(u_boot_console, cmd)
214 u_boot_utils.run_and_log(u_boot_console, cmd)
229 u_boot_utils.run_and_log(u_boot_console, cmd)
H A Dtest_fit.py157 util.run_and_log(cons, ['dtc', src, '-O', 'dtb', '-o', dtb])
187 util.run_and_log(cons, [mkimage, '-f', its, fit])
H A Dtest_dfu.py216 u_boot_utils.run_and_log(u_boot_console, cmd)
/OK3568_Linux_fs/u-boot/test/py/
H A Du_boot_utils.py156 def run_and_log(u_boot_console, cmd, ignore_errors=False): function