Home
last modified time | relevance | path

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

/u-boot/test/py/tests/
A Dtest_vboot.py77 util.run_and_log(cons, 'dtc %s %s%s -O dtb '
118 util.run_and_log(cons, [mkimage, '-D', dtc_args, '-f',
136 util.run_and_log(cons, args)
153 util.run_and_log(cons, args)
182 util.run_and_log(cons, 'openssl genpkey -algorithm RSA -out %s%s.key '
188 util.run_and_log(cons, 'openssl req -batch -new -x509 -key %s%s.key '
232 util.run_and_log(cons, [fit_check_sign, '-f', fit, '-k', dtb])
288 sig = util.run_and_log(cons, 'fdtget -t bx %s %s value' %
294 util.run_and_log(cons, 'fdtput -t bx %s %s value %s' %
353 util.run_and_log(cons, 'fdtput -t s %s /signature required-mode any' %
[all …]
A 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)
A Dtest_gpt.py46 u_boot_utils.run_and_log(u_boot_console, cmd)
51 u_boot_utils.run_and_log(u_boot_console, cmd)
54 u_boot_utils.run_and_log(u_boot_console, cmd)
56 u_boot_utils.run_and_log(u_boot_console, cmd)
59 u_boot_utils.run_and_log(u_boot_console, cmd)
A Dtest_efi_fit.py227 util.run_and_log(cons,
231 util.run_and_log(cons, ['gzip', '-f', bin_path])
260 util.run_and_log(cons, ['dtc', '-I', 'dts', '-O', 'dtb', '-o', dtb, dts])
262 util.run_and_log(cons, ['gzip', '-f', dtb])
293 util.run_and_log(
414 util.run_and_log(cons, ['mv', '-f', fit_path, '%s/' % fit['dn']])
A Dtest_ofplatdata.py14 output = util.run_and_log(cons, [fdtgrep, '-l', dtb])
A Dtest_env.py420 u_boot_utils.run_and_log(c, 'dd if=/dev/zero of=%s bs=1M count=16' % persistent)
421 u_boot_utils.run_and_log(c, 'mkfs.ext4 %s' % persistent)
422 sb_content = u_boot_utils.run_and_log(c, 'tune2fs -l %s' % persistent)
424 u_boot_utils.run_and_log(c, 'tune2fs -O ^metadata_csum %s' % persistent)
429 u_boot_utils.run_and_log(c, ['cp', '-f', persistent, fs_img])
A Dtest_fit.py160 util.run_and_log(cons, ['dtc', src, '-O', 'dtb', '-o', dtb])
190 util.run_and_log(cons, [mkimage, '-f', its, fit])
226 util.run_and_log(cons, ['gzip', '-f', '-k', filename])
A Dtest_dfu.py216 u_boot_utils.run_and_log(u_boot_console, cmd)
/u-boot/test/py/tests/test_android/
A Dtest_ab.py38 u_boot_utils.run_and_log(u_boot_console, cmd)
42 u_boot_utils.run_and_log(u_boot_console, cmd)
44 u_boot_utils.run_and_log(u_boot_console, cmd)
47 u_boot_utils.run_and_log(u_boot_console, cmd)
A Dtest_abootimg.py96 u_boot_utils.run_and_log(u_boot_console, cmd)
99 u_boot_utils.run_and_log(u_boot_console, cmd)
102 u_boot_utils.run_and_log(u_boot_console, cmd)
/u-boot/test/py/
A Du_boot_utils.py156 def run_and_log(u_boot_console, cmd, ignore_errors=False): function

Completed in 11 milliseconds