Home
last modified time | relevance | path

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

12

/openbmc/u-boot/test/py/tests/
H A Dtest_fpga.py66 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 …]
H A 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 …]
H A 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
H 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
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
H A 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
H 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
H 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
H A Dtest_efi_selftest.py10 def test_efi_selftest(u_boot_console): argument
30 def test_efi_selftest_device_tree(u_boot_console): argument
43 def test_efi_selftest_watchdog_reboot(u_boot_console): argument
55 def test_efi_selftest_text_input(u_boot_console): argument
125 def test_efi_selftest_text_input_ex(u_boot_console): argument
H A 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
85 def test_avb_is_unlocked(u_boot_console): argument
97 def test_avb_mmc_read(u_boot_console): argument
H A 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
H 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
H A Dtest_sandbox_exit.py10 def test_reset(u_boot_console): argument
17 def test_ctrl_c(u_boot_console): argument
H A Dtest_md.py9 def test_md(u_boot_console): argument
25 def test_md_repeat(u_boot_console): argument
H A Dtest_ut.py8 def test_ut_dm_init(u_boot_console): argument
24 def test_ut(u_boot_console, ut_subtest): argument
H A Dtest_bind.py26 def test_bind_unbind_with_node(u_boot_console): argument
113 def test_bind_unbind_with_uclass(u_boot_console): argument
H A Dtest_log.py16 def test_log(u_boot_console): argument
108 def test_log_format(u_boot_console): argument
H A Dtest_sleep.py16 def test_sleep(u_boot_console): argument
H A Dtest_help.py5 def test_help(u_boot_console): argument
H A Dtest_000_version.py10 def test_version(u_boot_console): argument
H A Dtest_unknown_cmd.py5 def test_unknown_command(u_boot_console): argument
/openbmc/u-boot/test/py/tests/test_fs/
H A Dtest_basic.py18 def test_fs1(self, u_boot_console, fs_obj_basic): argument
40 def test_fs2(self, u_boot_console, fs_obj_basic): argument
63 def test_fs3(self, u_boot_console, fs_obj_basic): argument
78 def test_fs4(self, u_boot_console, fs_obj_basic): argument
97 def test_fs5(self, u_boot_console, fs_obj_basic): argument
116 def test_fs6(self, u_boot_console, fs_obj_basic): argument
137 def test_fs7(self, u_boot_console, fs_obj_basic): argument
158 def test_fs8(self, u_boot_console, fs_obj_basic): argument
179 def test_fs9(self, u_boot_console, fs_obj_basic): argument
200 def test_fs10(self, u_boot_console, fs_obj_basic): argument
[all …]
H A Dtest_ext.py18 def test_fs_ext1(self, u_boot_console, fs_obj_ext): argument
40 def test_fs_ext2(self, u_boot_console, fs_obj_ext): argument
62 def test_fs_ext3(self, u_boot_console, fs_obj_ext): argument
76 def test_fs_ext4(self, u_boot_console, fs_obj_ext): argument
108 def test_fs_ext5(self, u_boot_console, fs_obj_ext): argument
140 def test_fs_ext6(self, u_boot_console, fs_obj_ext): argument
164 def test_fs_ext7(self, u_boot_console, fs_obj_ext): argument
196 def test_fs_ext8(self, u_boot_console, fs_obj_ext): argument
213 def test_fs_ext9(self, u_boot_console, fs_obj_ext): argument
H A Dtest_unlink.py17 def test_unlink1(self, u_boot_console, fs_obj_unlink): argument
34 def test_unlink2(self, u_boot_console, fs_obj_unlink): argument
52 def test_unlink3(self, u_boot_console, fs_obj_unlink): argument
63 def test_unlink4(self, u_boot_console, fs_obj_unlink): argument
78 def test_unlink5(self, u_boot_console, fs_obj_unlink): argument
90 def test_unlink6(self, u_boot_console, fs_obj_unlink): argument
101 def test_unlink7(self, u_boot_console, fs_obj_unlink): argument
H A Dtest_mkdir.py16 def test_mkdir1(self, u_boot_console, fs_obj_mkdir): argument
33 def test_mkdir2(self, u_boot_console, fs_obj_mkdir): argument
50 def test_mkdir3(self, u_boot_console, fs_obj_mkdir): argument
62 def test_mkdir4(self, u_boot_console, fs_obj_mkdir): argument
73 def test_mkdir5(self, u_boot_console, fs_obj_mkdir): argument
84 def test_mkdir6(self, u_boot_console, fs_obj_mkdir): argument
/openbmc/u-boot/test/py/
H A 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
320 def crc32(u_boot_console, address, count): argument

12