Lines Matching +full:skip +full:- +full:config
1 # SPDX-License-Identifier: GPL-2.0
61 init_usb = u_boot_console.config.env.get('env__net_uses_usb', False)
65 init_pci = u_boot_console.config.env.get('env__net_uses_pci', False)
77 test_dhcp = u_boot_console.config.env.get('env__net_dhcp_server', False)
79 pytest.skip('No DHCP server available')
96 env_vars = u_boot_console.config.env.get('env__net_static_env_vars', None)
98 pytest.skip('No static network configuration is defined')
109 A file as described by an env config <env_conf> is downloaded from the TFTP
113 pytest.skip('Network not initialized')
115 f = u_boot_console.config.env.get(env_conf, None)
117 pytest.skip('No %s binary specified in environment' % env_conf)
135 if u_boot_console.config.buildconfig.get('config_cmd_crc32', 'n') != 'y':
163 The helloworld.efi file is included in U-Boot, execute it using the
184 check_smbios = u_boot_console.config.env.get('env__efi_loader_check_smbios', False)
195 # And give us our U-Boot prompt back