forked from OERV-BSP/u-boot
test: allow testing with NET_LWIP=y
Adjust network tests to run with CONFIG_NET_LWIP=y. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
This commit is contained in:
@@ -98,7 +98,7 @@ def test_efi_setup_dhcp(ubman):
|
||||
global net_set_up
|
||||
net_set_up = True
|
||||
|
||||
@pytest.mark.buildconfigspec('net')
|
||||
@pytest.mark.buildconfigspec('net', 'net_lwip')
|
||||
def test_efi_setup_static(ubman):
|
||||
"""Set up the network using a static IP configuration.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user