提交 db925bca 编写于 作者: L Li Zhijian 提交者: David S. Miller

selftests/tc-testing: Fix cannot create /sys/bus/netdevsim/new_device: Directory nonexistent

Install netdevsim to provide /sys/bus/netdevsim/new_device interface.

It helps to fix:
 # ok 97 9a7d - Change ETS strict band without quantum # skipped - skipped - previous setup failed 11 ce7d
 #
 #
 # -----> prepare stage *** Could not execute: "echo "1 1 4" > /sys/bus/netdevsim/new_device"
 #
 # -----> prepare stage *** Error message: "/bin/sh: 1: cannot create /sys/bus/netdevsim/new_device: Directory nonexistent
 # "
 #
 # -----> prepare stage *** Aborting test run.
 #
 #
 # <_io.BufferedReader name=5> *** stdout ***
 #
Signed-off-by: NLi Zhijian <zhijianx.li@intel.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 a8c9505c
......@@ -61,6 +61,7 @@ CONFIG_NET_SCH_FIFO=y
CONFIG_NET_SCH_ETS=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_FQ_PIE=m
CONFIG_NETDEVSIM=m
#
## Network testing
......
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
modprobe netdevsim
./tdc.py -c actions --nobuildebpf
./tdc.py -c qdisc
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册