We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d95c6 commit 22fc4a9Copy full SHA for 22fc4a9
testcases/lib/tst_net.sh
@@ -42,10 +42,29 @@ tst_net_usage()
42
if [ -n "$TST_USAGE_CALLER" ]; then
43
$TST_USAGE_CALLER
44
else
45
- echo "Usage: $0 [-6]"
46
- echo "OPTIONS"
+ cat << EOF
+Usage: $0 [-6]
47
+
48
+OPTIONS (network tests only)
49
+----------------------------
50
+EOF
51
fi
- echo "-6 IPv6 tests"
52
53
54
+-6 IPv6 tests
55
56
+Environment Variables (network tests only)
57
+------------------------------------------
58
+TST_NET_RHOST_RUN_DEBUG=1
59
+Print commands used by tst_rhost_run()
60
61
+LTP_NET_FEATURES_IGNORE_PERFORMANCE_FAILURE=1
62
+Ignore performance failure and test only the network functionality in tests
63
+which use tst_netload_compare().
64
65
+OPTIONS
66
+-------
67
68
}
69
70
tst_net_remote_tmpdir()
0 commit comments