Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/ipsec clean up
details: https://anonhg.NetBSD.org/src/rev/f6f3b0f6dd24
branches: trunk
changeset: 372418:f6f3b0f6dd24
user: knakahara <knakahara%NetBSD.org@localhost>
date: Thu Nov 24 02:58:28 2022 +0000
description:
clean up
diffstat:
tests/net/ipsec/t_ipsec_forwarding.sh | 29 +----------------------------
1 files changed, 1 insertions(+), 28 deletions(-)
diffs (43 lines):
diff -r 240c4be19d8e -r f6f3b0f6dd24 tests/net/ipsec/t_ipsec_forwarding.sh
--- a/tests/net/ipsec/t_ipsec_forwarding.sh Thu Nov 24 00:13:54 2022 +0000
+++ b/tests/net/ipsec/t_ipsec_forwarding.sh Thu Nov 24 02:58:28 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_ipsec_forwarding.sh,v 1.1 2022/11/09 08:21:20 knakahara Exp $
+# $NetBSD: t_ipsec_forwarding.sh,v 1.2 2022/11/24 02:58:28 knakahara Exp $
#
# Copyright (c) 2022 Internet Initiative Japan Inc.
# All rights reserved.
@@ -456,33 +456,6 @@
atf_check -s exit:0 \
-o match:"${ip_remote_i}\.$port > ${ip_local_i}\.[0-9]+" \
cat $routfile
-
-# # Check TCP communications from remote to local
-# start_nc_server $SOCK_LOCAL $port $file_recv ipv6
-# prepare_file $file_send
-# export RUMP_SERVER=$SOCK_REMOTE
-# atf_check -s exit:0 $HIJACKING nc -w 3 $ip_local_i $port < $file_send
-# atf_check -s exit:0 diff -q $file_send $file_recv
-# stop_nc_server
-#
-# extract_new_packets $BUS_LOCAL_F > $loutfile
-# extract_new_packets $BUS_REMOTE_F > $routfile
-# $DEBUG && cat $loutfile
-# atf_check -s exit:0 \
-# -o match:"${ip_local_f}\.[0-9]+ > ${ip_remote_i}\.$port" \
-# cat $loutfile
-# atf_check -s exit:0 \
-# -o match:"${ip_remote_i}\.$port > ${ip_local_f}\.[0-9]+" \
-# cat $loutfile
-# $DEBUG && cat $routfile
-# atf_check -s exit:0 \
-# -o match:"${ip_forward_l} > ${ip_remote_i}: ESP" \
-# cat $routfile
-# atf_check -s exit:0 \
-# -o match:"${ip_remote_i} > ${ip_forward_l}: ESP" \
-# cat $routfile
-
-
}
add_test_ipsec_sp_port()
Home |
Main Index |
Thread Index |
Old Index