[LTP] [PATCH v4 3/3] tst_net.sh: Require veth for netns (again)
Petr Vorel
pvorel@suse.cz
Thu Jan 21 14:32:33 CET 2021
new error message is more informative:
tcp_fastopen_run 1 TCONF: veth driver not available
then the old one:
Error: Unknown device type.
tcp_fastopen_run 1 TBROK: ip li add name ltp_ns_veth1 type veth peer name ltp_ns_veth2 failed
NOTE: originally added in 305a78e4c and temporarily reverted in
7fe2ad11d due problems which were fixed in commit
"lib: Fix kernel module detection on BusyBox".
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
testcases/lib/tst_net.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/testcases/lib/tst_net.sh b/testcases/lib/tst_net.sh
index ef9354903..1ddef2fea 100644
--- a/testcases/lib/tst_net.sh
+++ b/testcases/lib/tst_net.sh
@@ -106,6 +106,7 @@ init_ltp_netspace()
tst_require_cmds ip
tst_require_root
+ tst_require_drivers veth
ROD ip li add name ltp_ns_veth1 type veth peer name ltp_ns_veth2
pid="$(ROD ns_create net,mnt)"
mkdir -p /var/run/netns
--
2.30.0
More information about the ltp
mailing list