Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_efi_loader.py55 def test_efi_pre_commands(u_boot_console): argument
71 def test_efi_dhcp(u_boot_console): argument
90 def test_efi_setup_static(u_boot_console): argument
107 def fetch_tftp_file(u_boot_console, env_conf): argument
145 def test_efi_helloworld_net(u_boot_console): argument
159 def test_efi_helloworld_builtin(u_boot_console): argument
171 def test_efi_grub_net(u_boot_console): argument
H A Dtest_net.py63 def test_net_pre_commands(u_boot_console): argument
79 def test_net_dhcp(u_boot_console): argument
98 def test_net_setup_static(u_boot_console): argument
116 def test_net_ping(u_boot_console): argument
131 def test_net_tftpboot(u_boot_console): argument
171 def test_net_nfs(u_boot_console): argument
H A Dtest_hush_if_test.py99 def exec_hush_if(u_boot_console, expr, result): argument
114 def test_hush_if_test_setup(u_boot_console): argument
122 def test_hush_if_test(u_boot_console, expr, result): argument
127 def test_hush_if_test_teardown(u_boot_console): argument
136 def test_hush_if_test_host_file_exists(u_boot_console): argument
H A Dtest_gpt.py18 def test_gpt_guid(u_boot_console): argument
29 def test_gpt_save_guid(u_boot_console): argument
40 def test_gpt_rename_partition(u_boot_console): argument
54 def test_gpt_swap_partitions(u_boot_console): argument
H A Dtest_shell_basics.py11 def test_shell_execute(u_boot_console): argument
17 def test_shell_semicolon_two(u_boot_console): argument
25 def test_shell_semicolon_three(u_boot_console): argument
35 def test_shell_run(u_boot_console): argument
H A Dtest_md.py10 def test_md(u_boot_console): argument
26 def test_md_repeat(u_boot_console): argument
H A Dtest_sandbox_exit.py11 def test_reset(u_boot_console): argument
18 def test_ctrl_c(u_boot_console): argument
H A Dtest_ut.py9 def test_ut_dm_init(u_boot_console): argument
25 def test_ut(u_boot_console, ut_subtest): argument
H A Dtest_env.py18 def __init__(self, u_boot_console): argument
87 def state_test_env(u_boot_console): argument
H A Dtest_000_version.py11 def test_version(u_boot_console): argument
H A Dtest_sleep.py8 def test_sleep(u_boot_console): argument
H A Dtest_unknown_cmd.py6 def test_unknown_command(u_boot_console): argument
H A Dtest_help.py6 def test_help(u_boot_console): argument
H A Dtest_ofplatdata.py10 def test_ofplatdata(u_boot_console): argument
H A Dtest_ums.py78 def test_ums(u_boot_console, env__usb_dev_port, env__block_devs): argument
H A Dtest_vboot.py34 def test_vboot(u_boot_console): argument
H A Dtest_log.py17 def test_log(u_boot_console): argument
H A Dtest_dfu.py116 def test_dfu(u_boot_console, env__usb_dev_port, env__dfu_config): argument
H A Dtest_fit.py114 def test_fit(u_boot_console): argument
/OK3568_Linux_fs/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
H A Dconftest.py328 def u_boot_console(request): function