| /u-boot/test/py/tests/ |
| A D | test_fpga.py | 66 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 D | test_tpm2.py | 34 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 191 def test_tpm2_get_capability(u_boot_console): argument 214 def test_tpm2_dam_parameters(u_boot_console): argument 245 def test_tpm2_pcr_read(u_boot_console): argument 270 def test_tpm2_pcr_extend(u_boot_console): argument [all …]
|
| A D | test_gpio.py | 17 def test_gpio_input(u_boot_console): argument 29 def test_gpio_exit_statuses(u_boot_console): argument 51 def test_gpio_read(u_boot_console): argument 93 def test_gpio_status_all_generic(u_boot_console): argument 119 def test_gpio_set_generic(u_boot_console): argument 144 def test_gpio_clear_generic(u_boot_console): argument 167 def test_gpio_toggle_generic(u_boot_console): argument 196 def test_gpio_input_generic(u_boot_console): argument
|
| A D | test_gpt.py | 22 def __init__(self, u_boot_console): argument 66 def state_disk_image(u_boot_console): argument 81 def test_gpt_read(state_disk_image, u_boot_console): argument 97 def test_gpt_verify(state_disk_image, u_boot_console): argument 107 def test_gpt_repair(state_disk_image, u_boot_console): argument 117 def test_gpt_guid(state_disk_image, u_boot_console): argument 127 def test_gpt_save_guid(state_disk_image, u_boot_console): argument 140 def test_gpt_part_type_uuid(state_disk_image, u_boot_console): argument 165 def test_gpt_rename_partition(state_disk_image, u_boot_console): argument 184 def test_gpt_swap_partitions(state_disk_image, u_boot_console): argument [all …]
|
| A D | test_net.py | 73 def test_net_pre_commands(u_boot_console): argument 89 def test_net_dhcp(u_boot_console): argument 108 def test_net_dhcp6(u_boot_console): argument 127 def test_net_setup_static(u_boot_console): argument 145 def test_net_ping(u_boot_console): argument 160 def test_net_network_discovery(u_boot_console): argument 184 def test_net_tftpboot(u_boot_console): argument 225 def test_net_nfs(u_boot_console): argument
|
| A D | test_pinmux.py | 7 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 D | test_efi_loader.py | 55 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 D | test_efi_selftest.py | 10 def test_efi_selftest_base(u_boot_console): argument 27 def test_efi_selftest_device_tree(u_boot_console): argument 47 def test_efi_selftest_watchdog_reboot(u_boot_console): argument 64 def test_efi_selftest_text_input(u_boot_console): argument 119 def test_efi_selftest_text_input_ex(u_boot_console): argument 182 def test_efi_selftest_tcg2(u_boot_console): argument
|
| A D | test_sf.py | 47 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 D | test_dm.py | 7 def test_dm_compat(u_boot_console): argument 58 def test_dm_drivers(u_boot_console): argument 67 def test_dm_static(u_boot_console): argument 76 def test_dm_uclass(u_boot_console): argument 80 def test_dm_devres(u_boot_console): argument
|
| A D | test_hush_if_test.py | 124 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 186 def test_hush_var(u_boot_console): argument
|
| A D | test_sandbox_exit.py | 10 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 D | test_mmc_rd.py | 108 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 D | test_shell_basics.py | 10 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 D | test_pstore.py | 18 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
|
| /u-boot/test/py/tests/test_fs/ |
| A D | test_erofs.py | 68 def erofs_ls_at_root(u_boot_console): argument 83 def erofs_ls_at_subdir(u_boot_console): argument 92 def erofs_ls_at_symlink(u_boot_console): argument 104 def erofs_ls_at_non_existent_dir(u_boot_console): argument 113 def erofs_load_files(u_boot_console, files, sizes, address): argument 137 def erofs_load_files_at_root(u_boot_console): argument 146 def erofs_load_files_at_subdir(u_boot_console): argument 155 def erofs_load_files_at_symlink(u_boot_console): argument 164 def erofs_load_non_existent_file(u_boot_console): argument 173 def erofs_run_all_tests(u_boot_console): argument [all …]
|
| A D | test_basic.py | 19 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 D | test_ext.py | 32 def test_fs_ext1(self, u_boot_console, fs_obj_ext): argument 55 def test_fs_ext2(self, u_boot_console, fs_obj_ext): argument 78 def test_fs_ext3(self, u_boot_console, fs_obj_ext): argument 93 def test_fs_ext4(self, u_boot_console, fs_obj_ext): argument 126 def test_fs_ext5(self, u_boot_console, fs_obj_ext): argument 159 def test_fs_ext6(self, u_boot_console, fs_obj_ext): argument 184 def test_fs_ext7(self, u_boot_console, fs_obj_ext): argument 217 def test_fs_ext8(self, u_boot_console, fs_obj_ext): argument 235 def test_fs_ext9(self, u_boot_console, fs_obj_ext): argument 250 def test_fs_ext10(self, u_boot_console, fs_obj_ext): argument [all …]
|
| A D | test_unlink.py | 18 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 D | test_mkdir.py | 17 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
|
| /u-boot/test/py/tests/test_fs/test_squashfs/ |
| A D | test_sqfs_ls.py | 13 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 109 def test_sqfs_ls(u_boot_console): argument
|
| A D | test_sqfs_load.py | 30 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/test/py/tests/test_android/ |
| A D | test_avb.py | 28 def test_avb_verify(u_boot_console): argument 43 def test_avb_mmc_uuid(u_boot_console): argument 76 def test_avb_read_rb(u_boot_console): argument 88 def test_avb_is_unlocked(u_boot_console): argument 102 def test_avb_mmc_read(u_boot_console): argument 128 def test_avb_persistent_values(u_boot_console): argument
|
| /u-boot/test/py/tests/test_efi_secboot/ |
| A D | test_signed.py | 21 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 238 def test_efi_signed_image_auth6(self, u_boot_console, efi_boot_env): argument 287 def test_efi_signed_image_auth7(self, u_boot_console, efi_boot_env): argument 338 def test_efi_signed_image_auth8(self, u_boot_console, efi_boot_env): argument
|
| A D | test_authvar.py | 20 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
|