/external/u-boot/test/py/tests/ |
D | test_fpga.py | 66 def check_dev(u_boot_console): argument 77 def load_file_from_var(u_boot_console, name): 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 121 def test_fpga_dump_variable(u_boot_console): argument 128 def test_fpga_info_fail(u_boot_console): argument 139 def test_fpga_info_list(u_boot_console): argument 150 def test_fpga_info(u_boot_console): argument 157 def test_fpga_info_variable(u_boot_console): argument [all …]
|
D | test_tpm2.py | 25 def force_init(u_boot_console, force=False): argument 44 def test_tpm2_init(u_boot_console): argument 52 def test_tpm2_startup(u_boot_console): argument 63 def test_tpm2_self_test_full(u_boot_console): argument 74 def test_tpm2_continue_self_test(u_boot_console): argument 86 def test_tpm2_clear(u_boot_console): argument 107 def test_tpm2_change_auth(u_boot_console): argument 128 def test_tpm2_get_capability(u_boot_console): argument 149 def test_tpm2_dam_parameters(u_boot_console): argument 179 def test_tpm2_pcr_read(u_boot_console): argument [all …]
|
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 33 def test_pinmux_list(u_boot_console): argument 39 def test_pinmux_dev_bad(u_boot_console): argument 49 def test_pinmux_dev(u_boot_console): argument 58 def test_pinmux_status(u_boot_console): argument
|
D | test_efi_loader.py | 54 def test_efi_pre_commands(u_boot_console): argument 70 def test_efi_dhcp(u_boot_console): argument 89 def test_efi_setup_static(u_boot_console): argument 106 def fetch_tftp_file(u_boot_console, env_conf): argument 144 def test_efi_helloworld_net(u_boot_console): argument 160 def test_efi_helloworld_builtin(u_boot_console): argument 172 def test_efi_grub_net(u_boot_console): argument
|
D | test_gpt.py | 19 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
|
D | test_net.py | 62 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
|
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
|
D | test_efi_selftest.py | 10 def test_efi_selftest(u_boot_console): argument 27 def test_efi_selftest_device_tree(u_boot_console): argument 40 def test_efi_selftest_watchdog_reboot(u_boot_console): argument 52 def test_efi_selftest_text_input(u_boot_console): argument 122 def test_efi_selftest_text_input_ex(u_boot_console): argument
|
D | test_hush_if_test.py | 98 def exec_hush_if(u_boot_console, expr, result): argument 113 def test_hush_if_test_setup(u_boot_console): argument 121 def test_hush_if_test(u_boot_console, expr, result): argument 126 def test_hush_if_test_teardown(u_boot_console): argument 135 def test_hush_if_test_host_file_exists(u_boot_console): argument
|
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
|
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
|
D | test_sandbox_exit.py | 10 def test_reset(u_boot_console): argument 17 def test_ctrl_c(u_boot_console): argument
|
D | test_md.py | 9 def test_md(u_boot_console): argument 25 def test_md_repeat(u_boot_console): argument
|
D | test_ut.py | 8 def test_ut_dm_init(u_boot_console): argument 24 def test_ut(u_boot_console, ut_subtest): argument
|
D | test_ofplatdata.py | 47 def test_ofplatdata(u_boot_console): argument 55 def test_spl_devicetree(u_boot_console): argument
|
D | test_bind.py | 26 def test_bind_unbind_with_node(u_boot_console): argument 113 def test_bind_unbind_with_uclass(u_boot_console): argument
|
D | test_log.py | 16 def test_log(u_boot_console): argument 108 def test_log_format(u_boot_console): argument
|
/external/u-boot/test/py/tests/test_fs/ |
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 …]
|
D | test_ext.py | 19 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 …]
|
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
|
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
|
D | test_symlink.py | 21 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
|
/external/u-boot/test/py/tests/test_android/ |
D | test_avb.py | 28 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
|
D | test_ab.py | 13 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
|
/external/u-boot/test/py/ |
D | u_boot_utils.py | 54 def __init__(self, u_boot_console, fn, size): argument 156 def run_and_log(u_boot_console, cmd, ignore_errors=False): argument 179 def run_and_log_expect_exception(u_boot_console, cmd, retcode, msg): argument 204 def find_ram_base(u_boot_console): argument 320 def crc32(u_boot_console, address, count): argument
|