Searched refs:run_and_log (Results 1 – 11 of 11) sorted by relevance
/u-boot/test/py/tests/ |
A D | test_vboot.py | 77 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 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)
|
A D | test_gpt.py | 46 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 D | test_efi_fit.py | 227 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 D | test_ofplatdata.py | 14 output = util.run_and_log(cons, [fdtgrep, '-l', dtb])
|
A D | test_env.py | 420 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 D | test_fit.py | 160 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 D | test_dfu.py | 216 u_boot_utils.run_and_log(u_boot_console, cmd)
|
/u-boot/test/py/tests/test_android/ |
A D | test_ab.py | 38 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 D | test_abootimg.py | 96 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 D | u_boot_utils.py | 156 def run_and_log(u_boot_console, cmd, ignore_errors=False): function
|
Completed in 11 milliseconds