| /OK3568_Linux_fs/u-boot/test/py/tests/ |
| H A D | test_efi_loader.py | 55 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 D | test_net.py | 63 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 D | test_hush_if_test.py | 99 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 D | test_gpt.py | 18 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 D | test_shell_basics.py | 11 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 D | test_md.py | 10 def test_md(u_boot_console): argument 26 def test_md_repeat(u_boot_console): argument
|
| H A D | test_sandbox_exit.py | 11 def test_reset(u_boot_console): argument 18 def test_ctrl_c(u_boot_console): argument
|
| H A D | test_ut.py | 9 def test_ut_dm_init(u_boot_console): argument 25 def test_ut(u_boot_console, ut_subtest): argument
|
| H A D | test_env.py | 18 def __init__(self, u_boot_console): argument 87 def state_test_env(u_boot_console): argument
|
| H A D | test_000_version.py | 11 def test_version(u_boot_console): argument
|
| H A D | test_sleep.py | 8 def test_sleep(u_boot_console): argument
|
| H A D | test_unknown_cmd.py | 6 def test_unknown_command(u_boot_console): argument
|
| H A D | test_help.py | 6 def test_help(u_boot_console): argument
|
| H A D | test_ofplatdata.py | 10 def test_ofplatdata(u_boot_console): argument
|
| H A D | test_ums.py | 78 def test_ums(u_boot_console, env__usb_dev_port, env__block_devs): argument
|
| H A D | test_vboot.py | 34 def test_vboot(u_boot_console): argument
|
| H A D | test_log.py | 17 def test_log(u_boot_console): argument
|
| H A D | test_dfu.py | 116 def test_dfu(u_boot_console, env__usb_dev_port, env__dfu_config): argument
|
| H A D | test_fit.py | 114 def test_fit(u_boot_console): argument
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A 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
|
| H A D | conftest.py | 328 def u_boot_console(request): function
|