[LTP] [PATCH v3 2/4] network: Add TI-RPC and TS-RPC tests into network.sh
Petr Vorel
pvorel@suse.cz
Thu Feb 16 23:37:19 CET 2017
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Changes v2->v3:
* Use -d as -s has already been used as option for SCTP.
---
testscripts/network.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/testscripts/network.sh b/testscripts/network.sh
index 2d2c6762c..ae9bf6042 100755
--- a/testscripts/network.sh
+++ b/testscripts/network.sh
@@ -24,6 +24,8 @@ usage()
echo " -r RPC tests"
echo " -s SCTP tests"
echo " -t TCP/IP command tests"
+ echo " -c TI-RPC tests"
+ echo " -s TS-RPC tests"
echo " -a Application tests (HTTP, SSH, DNS)"
echo " -e Interface stress tests"
echo " -b Stress tests with malformed ICMP packets"
@@ -40,7 +42,7 @@ usage()
TEST_CASES=
-while getopts 6mnrstaebiTURMFf:Vvh OPTION
+while getopts 6mnrstaebcdiTURMFf:Vvh OPTION
do
case $OPTION in
6) TEST_CASES="$TEST_CASES net.ipv6 net.ipv6_lib";;
@@ -49,6 +51,8 @@ do
r) TEST_CASES="$TEST_CASES net.rpc" ;;
s) TEST_CASES="$TEST_CASES net.sctp" ;;
t) TEST_CASES="$TEST_CASES net.tcp_cmds" ;;
+ c) TEST_CASES="$TEST_CASES net.rpc_tests";;
+ d) TEST_CASES="$TEST_CASES net.tirpc_tests";;
a) TEST_CASES="$TEST_CASES net_stress.appl";;
e) TEST_CASES="$TEST_CASES net_stress.interface";;
b) TEST_CASES="$TEST_CASES net_stress.broken_ip";;
--
2.11.0
More information about the ltp
mailing list