We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07f63e2 + c2fa078 commit 1e947fbCopy full SHA for 1e947fb
tools/lkl/tests/hijack-test.sh
@@ -129,6 +129,10 @@ LKL_HIJACK_OFFLOAD=0x8803 sh ${script_dir}/run_netperf.sh 192.168.13.1 1 0 TCP_M
129
sh ${script_dir}/run_netperf.sh 192.168.13.1 1 0 TCP_RR
130
sh ${script_dir}/run_netperf.sh fc03::1 1 0 TCP_STREAM
131
132
+if [ -z "`printenv CONFIG_AUTO_LKL_VIRTIO_NET_VDE`" ]; then
133
+ exit 0
134
+fi
135
+
136
echo "== VDE tests =="
137
if [ ! -x "$(which vde_switch)" ]; then
138
echo "WARNING: Cannot find a vde_switch executable, skipping VDE tests."
0 commit comments