Home
last modified time | relevance | path

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

/external/u-boot/test/py/tests/
Dtest_vboot.py56 util.run_and_log(cons, 'dtc %s %s%s -O dtb '
91 util.run_and_log(cons, [mkimage, '-D', dtc_args, '-f',
105 util.run_and_log(cons, [mkimage, '-F', '-k', tmpdir, '-K', dtb,
146 util.run_and_log(cons, [fit_check_sign, '-f', fit, '-k', tmpdir,
150 sig = util.run_and_log(cons, 'fdtget -t bx %s %s value' %
156 util.run_and_log(cons, 'fdtput -t bx %s %s value %s' %
178 util.run_and_log(cons, 'openssl genpkey -algorithm RSA -out %sdev.key '
184 util.run_and_log(cons, 'openssl req -batch -new -x509 -key %sdev.key -out '
Dtest_ums.py158 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)
Dtest_gpt.py45 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)
Dtest_fit.py157 util.run_and_log(cons, ['dtc', src, '-O', 'dtb', '-o', dtb])
187 util.run_and_log(cons, [mkimage, '-f', its, fit])
Dtest_dfu.py216 u_boot_utils.run_and_log(u_boot_console, cmd)
/external/u-boot/test/py/
Du_boot_utils.py156 def run_and_log(u_boot_console, cmd, ignore_errors=False): function