Message ID | 20180614124627.14344-2-pvorel@suse.cz |
---|---|
State | Superseded |
Delegated to: | Petr Vorel |
Headers | show |
Series | [1/2] net: Create tst_ipsec_setup to remove duplicity | expand |
diff --git a/testcases/network/stress/icmp/icmp-uni-basic.sh b/testcases/network/stress/icmp/icmp-uni-basic.sh index 5fe6b9b13..7cdf0309a 100755 --- a/testcases/network/stress/icmp/icmp-uni-basic.sh +++ b/testcases/network/stress/icmp/icmp-uni-basic.sh @@ -25,8 +25,6 @@ TST_CLEANUP="tst_ipsec_cleanup" . ipsec_lib.sh -LINK_NUM=${LINK_NUM:-0} - # Test description tst_resm TINFO "Sending ICMP messages with the following conditions" tst_resm TINFO "- Version of IP is IPv${TST_IPV6:-4}"
LINK_NUM should not be setup in the test. Signed-off-by: Petr Vorel <pvorel@suse.cz> --- testcases/network/stress/icmp/icmp-uni-basic.sh | 2 -- 1 file changed, 2 deletions(-)