Home
last modified time | relevance | path

Searched defs:u_boot_console (Results 1 – 25 of 60) sorted by relevance

123

/u-boot-v2022.01-rc1/test/py/tests/
A Dtest_fpga.py66 def check_dev(u_boot_console): argument
100 def test_fpga_fail(u_boot_console): argument
108 def test_fpga_help(u_boot_console): argument
117 def test_fpga_dump(u_boot_console): argument
128 def test_fpga_info_fail(u_boot_console): argument
150 def test_fpga_info(u_boot_console): argument
204 def test_fpga_load(u_boot_console): argument
214 def test_fpga_loadp(u_boot_console): argument
230 def test_fpga_loadb(u_boot_console): argument
240 def test_fpga_loadbp(u_boot_console): argument
[all …]
A Dtest_tpm2.py34 def force_init(u_boot_console, force=False): argument
61 def test_tpm2_init(u_boot_console): argument
71 def test_tpm2_startup(u_boot_console): argument
80 def tpm2_sandbox_init(u_boot_console): argument
142 def test_tpm2_clear(u_boot_console): argument
168 def test_tpm2_change_auth(u_boot_console): argument
190 def test_tpm2_get_capability(u_boot_console): argument
213 def test_tpm2_dam_parameters(u_boot_console): argument
244 def test_tpm2_pcr_read(u_boot_console): argument
269 def test_tpm2_pcr_extend(u_boot_console): argument
[all …]
A Dtest_pinmux.py7 def test_pinmux_usage_1(u_boot_console): argument
14 def test_pinmux_usage_2(u_boot_console): argument
22 def test_pinmux_status_all(u_boot_console): argument
43 def test_pinmux_list(u_boot_console): argument
49 def test_pinmux_dev_bad(u_boot_console): argument
59 def test_pinmux_dev(u_boot_console): argument
68 def test_pinmux_status(u_boot_console): argument
A Dtest_efi_loader.py55 def test_efi_pre_commands(u_boot_console): argument
71 def test_efi_setup_dhcp(u_boot_console): argument
93 def test_efi_setup_static(u_boot_console): argument
113 def fetch_tftp_file(u_boot_console, env_conf): argument
152 def test_efi_helloworld_net(u_boot_console): argument
168 def test_efi_helloworld_builtin(u_boot_console): argument
181 def test_efi_grub_net(u_boot_console): argument
A Dtest_gpt.py19 def __init__(self, u_boot_console): argument
63 def state_disk_image(u_boot_console): argument
78 def test_gpt_read(state_disk_image, u_boot_console): argument
94 def test_gpt_verify(state_disk_image, u_boot_console): argument
104 def test_gpt_guid(state_disk_image, u_boot_console): argument
114 def test_gpt_save_guid(state_disk_image, u_boot_console): argument
129 def test_gpt_rename_partition(state_disk_image, u_boot_console): argument
148 def test_gpt_swap_partitions(state_disk_image, u_boot_console): argument
164 def test_gpt_write(state_disk_image, u_boot_console): argument
A Dtest_net.py62 def test_net_pre_commands(u_boot_console): argument
78 def test_net_dhcp(u_boot_console): argument
97 def test_net_setup_static(u_boot_console): argument
115 def test_net_ping(u_boot_console): argument
130 def test_net_tftpboot(u_boot_console): argument
171 def test_net_nfs(u_boot_console): argument
A Dtest_sf.py47 def sf_prepare(u_boot_console, env__sf_config): argument
104 def sf_read(u_boot_console, env__sf_config, sf_params): argument
140 def sf_update(u_boot_console, env__sf_config, sf_params): argument
170 def test_sf_read(u_boot_console, env__sf_config): argument
177 def test_sf_read_twice(u_boot_console, env__sf_config): argument
189 def test_sf_erase(u_boot_console, env__sf_config): argument
212 def test_sf_update(u_boot_console, env__sf_config): argument
A Dtest_efi_selftest.py11 def test_efi_selftest(u_boot_console): argument
29 def test_efi_selftest_device_tree(u_boot_console): argument
50 def test_efi_selftest_watchdog_reboot(u_boot_console): argument
68 def test_efi_selftest_text_input(u_boot_console): argument
138 def test_efi_selftest_text_input_ex(u_boot_console): argument
A Dtest_sandbox_exit.py10 def test_poweroff(u_boot_console): argument
17 def test_ctrl_c(u_boot_console): argument
26 def test_exception_reset(u_boot_console): argument
41 def test_exception_exit(u_boot_console): argument
A Dtest_mmc_rd.py108 def mmc_dev(u_boot_console, is_emmc, devid, partid): argument
135 def test_mmc_dev(u_boot_console, env__mmc_dev_config): argument
156 def test_mmc_rescan(u_boot_console, env__mmc_dev_config): argument
182 def test_mmc_info(u_boot_console, env__mmc_dev_config): argument
219 def test_mmc_rd(u_boot_console, env__mmc_rd_config): argument
A Dtest_shell_basics.py10 def test_shell_execute(u_boot_console): argument
16 def test_shell_semicolon_two(u_boot_console): argument
24 def test_shell_semicolon_three(u_boot_console): argument
34 def test_shell_run(u_boot_console): argument
A Dtest_pstore.py18 def load_pstore(u_boot_console): argument
30 def checkfile(u_boot_console, path, filesize, checksum): argument
44 def test_pstore_display_all_records(u_boot_console): argument
54 def test_pstore_display_one_record(u_boot_console): argument
64 def test_pstore_save_records(u_boot_console): argument
A Dtest_hush_if_test.py124 def exec_hush_if(u_boot_console, expr, result): argument
141 def test_hush_if_test(u_boot_console, expr, result): argument
146 def test_hush_z(u_boot_console): argument
158 def test_hush_if_test_host_file_exists(u_boot_console): argument
A Dtest_dm.py7 def test_dm_compat(u_boot_console): argument
20 def test_dm_drivers(u_boot_console): argument
29 def test_dm_static(u_boot_console): argument
/u-boot-v2022.01-rc1/test/py/tests/test_fs/test_squashfs/
A Dtest_sqfs_ls.py13 def sqfs_ls_at_root(u_boot_console): argument
34 def sqfs_ls_at_empty_dir(u_boot_console): argument
45 def sqfs_ls_at_subdir(u_boot_console): argument
59 def sqfs_ls_at_symlink(u_boot_console): argument
76 def sqfs_ls_at_non_existent_dir(u_boot_console): argument
91 def sqfs_run_all_ls_tests(u_boot_console): argument
108 def test_sqfs_ls(u_boot_console): argument
A Dtest_sqfs_load.py30 def uboot_md5sum(u_boot_console, address, count): argument
47 def sqfs_load_files(u_boot_console, files, sizes, address): argument
69 def sqfs_load_files_at_root(u_boot_console): argument
81 def sqfs_load_files_at_subdir(u_boot_console): argument
95 def sqfs_load_non_existent_file(u_boot_console): argument
109 def sqfs_run_all_load_tests(u_boot_console): argument
124 def test_sqfs_load(u_boot_console): argument
/u-boot-v2022.01-rc1/test/py/tests/test_fs/
A Dtest_basic.py19 def test_fs1(self, u_boot_console, fs_obj_basic): argument
41 def test_fs2(self, u_boot_console, fs_obj_basic): argument
64 def test_fs3(self, u_boot_console, fs_obj_basic): argument
79 def test_fs4(self, u_boot_console, fs_obj_basic): argument
98 def test_fs5(self, u_boot_console, fs_obj_basic): argument
117 def test_fs6(self, u_boot_console, fs_obj_basic): argument
138 def test_fs7(self, u_boot_console, fs_obj_basic): argument
159 def test_fs8(self, u_boot_console, fs_obj_basic): argument
180 def test_fs9(self, u_boot_console, fs_obj_basic): argument
201 def test_fs10(self, u_boot_console, fs_obj_basic): argument
[all …]
A Dtest_ext.py19 def test_fs_ext1(self, u_boot_console, fs_obj_ext): argument
42 def test_fs_ext2(self, u_boot_console, fs_obj_ext): argument
65 def test_fs_ext3(self, u_boot_console, fs_obj_ext): argument
80 def test_fs_ext4(self, u_boot_console, fs_obj_ext): argument
113 def test_fs_ext5(self, u_boot_console, fs_obj_ext): argument
146 def test_fs_ext6(self, u_boot_console, fs_obj_ext): argument
171 def test_fs_ext7(self, u_boot_console, fs_obj_ext): argument
204 def test_fs_ext8(self, u_boot_console, fs_obj_ext): argument
222 def test_fs_ext9(self, u_boot_console, fs_obj_ext): argument
237 def test_fs_ext10(self, u_boot_console, fs_obj_ext): argument
[all …]
A Dtest_unlink.py18 def test_unlink1(self, u_boot_console, fs_obj_unlink): argument
36 def test_unlink2(self, u_boot_console, fs_obj_unlink): argument
55 def test_unlink3(self, u_boot_console, fs_obj_unlink): argument
67 def test_unlink4(self, u_boot_console, fs_obj_unlink): argument
83 def test_unlink5(self, u_boot_console, fs_obj_unlink): argument
96 def test_unlink6(self, u_boot_console, fs_obj_unlink): argument
108 def test_unlink7(self, u_boot_console, fs_obj_unlink): argument
A Dtest_mkdir.py17 def test_mkdir1(self, u_boot_console, fs_obj_mkdir): argument
36 def test_mkdir2(self, u_boot_console, fs_obj_mkdir): argument
54 def test_mkdir3(self, u_boot_console, fs_obj_mkdir): argument
67 def test_mkdir4(self, u_boot_console, fs_obj_mkdir): argument
79 def test_mkdir5(self, u_boot_console, fs_obj_mkdir): argument
91 def test_mkdir6(self, u_boot_console, fs_obj_mkdir): argument
A Dtest_symlink.py21 def test_symlink1(self, u_boot_console, fs_obj_symlink): argument
46 def test_symlink2(self, u_boot_console, fs_obj_symlink): argument
75 def test_symlink3(self, u_boot_console, fs_obj_symlink): argument
111 def test_symlink4(self, u_boot_console, fs_obj_symlink): argument
/u-boot-v2022.01-rc1/test/py/tests/test_android/
A Dtest_avb.py28 def test_avb_verify(u_boot_console): argument
42 def test_avb_mmc_uuid(u_boot_console): argument
75 def test_avb_read_rb(u_boot_console): argument
87 def test_avb_is_unlocked(u_boot_console): argument
100 def test_avb_mmc_read(u_boot_console): argument
126 def test_avb_persistent_values(u_boot_console): argument
A Dtest_ab.py13 def __init__(self, u_boot_console): argument
51 def ab_disk_image(u_boot_console): argument
61 def test_ab(ab_disk_image, u_boot_console): argument
/u-boot-v2022.01-rc1/test/py/tests/test_efi_secboot/
A Dtest_signed.py21 def test_efi_signed_image_auth1(self, u_boot_console, efi_boot_env): argument
44 def test_efi_signed_image_auth2(self, u_boot_console, efi_boot_env): argument
89 def test_efi_signed_image_auth3(self, u_boot_console, efi_boot_env): argument
125 def test_efi_signed_image_auth4(self, u_boot_console, efi_boot_env): argument
151 def test_efi_signed_image_auth5(self, u_boot_console, efi_boot_env): argument
212 def test_efi_signed_image_auth6(self, u_boot_console, efi_boot_env): argument
A Dtest_authvar.py20 def test_efi_var_auth1(self, u_boot_console, efi_boot_env): argument
124 def test_efi_var_auth2(self, u_boot_console, efi_boot_env): argument
165 def test_efi_var_auth3(self, u_boot_console, efi_boot_env): argument
206 def test_efi_var_auth4(self, u_boot_console, efi_boot_env): argument
240 def test_efi_var_auth5(self, u_boot_console, efi_boot_env): argument

Completed in 37 milliseconds

123