Home
last modified time | relevance | path

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

12

/external/u-boot/test/py/tests/
Dtest_tpm2.py25 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 …]
Dtest_efi_loader.py54 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
Dtest_gpt.py19 def __init__(self, u_boot_console): argument
60 def state_disk_image(u_boot_console): argument
75 def test_gpt_read(state_disk_image, u_boot_console): argument
91 def test_gpt_verify(state_disk_image, u_boot_console): argument
101 def test_gpt_guid(state_disk_image, u_boot_console): argument
111 def test_gpt_save_guid(state_disk_image, u_boot_console): argument
126 def test_gpt_rename_partition(state_disk_image, u_boot_console): argument
145 def test_gpt_swap_partitions(state_disk_image, u_boot_console): argument
161 def test_gpt_write(state_disk_image, u_boot_console): argument
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
170 def test_net_nfs(u_boot_console): argument
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
Dtest_avb.py27 def test_avb_verify(u_boot_console): argument
40 def test_avb_mmc_uuid(u_boot_console): argument
73 def test_avb_read_rb(u_boot_console): argument
84 def test_avb_is_unlocked(u_boot_console): argument
95 def test_avb_mmc_read(u_boot_console): argument
Dtest_hush_if_test.py98 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
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
Dtest_efi_selftest.py10 def test_efi_selftest(u_boot_console): argument
28 def test_efi_selftest_device_tree(u_boot_console): argument
41 def test_efi_selftest_watchdog_reboot(u_boot_console): argument
Dtest_md.py9 def test_md(u_boot_console): argument
25 def test_md_repeat(u_boot_console): argument
Dtest_sandbox_exit.py10 def test_reset(u_boot_console): argument
17 def test_ctrl_c(u_boot_console): argument
Dtest_ut.py8 def test_ut_dm_init(u_boot_console): argument
24 def test_ut(u_boot_console, ut_subtest): argument
Dtest_log.py16 def test_log(u_boot_console): argument
102 def test_log_format(u_boot_console): argument
Dtest_000_version.py10 def test_version(u_boot_console): argument
Dtest_help.py5 def test_help(u_boot_console): argument
Dtest_unknown_cmd.py5 def test_unknown_command(u_boot_console): argument
Dtest_sleep.py16 def test_sleep(u_boot_console): argument
Dtest_mmc_rd.py61 def test_mmc_rd(u_boot_console, env__mmc_rd_config): argument
Dtest_ofplatdata.py9 def test_ofplatdata(u_boot_console): argument
Dtest_env.py17 def __init__(self, u_boot_console): argument
86 def state_test_env(u_boot_console): argument
Dtest_ums.py77 def test_ums(u_boot_console, env__usb_dev_port, env__block_devs): argument
Dtest_vboot.py37 def test_vboot(u_boot_console): argument
Dtest_dfu.py116 def test_dfu(u_boot_console, env__usb_dev_port, env__dfu_config): argument
Dtest_fit.py114 def test_fit(u_boot_console): argument
/external/u-boot/test/py/
Du_boot_utils.py54 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
314 def crc32(u_boot_console, address, count): argument

12