Lines Matching +full:skip +full:- +full:config
1 .. SPDX-License-Identifier: GPL-2.0
17 (for example) can be run under ``virtme-ng`` like the core networking selftests.
33 and a real device. SW-only tests should instead be placed in net/ or
34 drivers/net/netdevsim, HW-only tests in drivers/net/hw.
39 The variables can be set in the environment or by creating a net.config
46 $ cat tools/testing/selftests/drivers/net/net.config
69 Test framework has built-in support for ``netns`` and ``ssh`` channels.
86 for netns - name of the "remote" namespace
87 for ssh - name/address of the remote host
94 # make -C tools/testing/selftests/ TARGETS="drivers/net drivers/net/hw"
98 # make -C tools/testing/selftests/ TARGETS="drivers/net drivers/net/hw" \
99 install INSTALL_PATH=/tmp/ksft-net-drv
101 # rsync -ra --delete /tmp/ksft-net-drv root@192.168.1.1:/root/
105 [/root] # ./ksft-net-drv/run_kselftest.sh -t drivers/net:ping.py
115 # # Totals: pass:3 fail:0 xfail:0 xpass:0 skip:0 error:0
118 Create a config with remote info::
120 [/root] # cat > ./ksft-net-drv/drivers/net/net.config <<EOF
130 [/root] # ./ksft-net-drv/drivers/net/ping.py
134 ok 2 ping.test_v6 # SKIP Test requires IPv6 connectivity
136 # Totals: pass:2 fail:0 xfail:0 xpass:0 skip:1 error:0