Module Name:    src
Committed By:   ozaki-r
Date:           Fri Jul 31 02:35:09 UTC 2015

Modified Files:
        src/tests/net/arp: t_arp.sh

Log Message:
Add tests for temp option


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/net/arp/t_arp.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/net/arp/t_arp.sh
diff -u src/tests/net/arp/t_arp.sh:1.3 src/tests/net/arp/t_arp.sh:1.4
--- src/tests/net/arp/t_arp.sh:1.3	Thu Jul 30 08:41:18 2015
+++ src/tests/net/arp/t_arp.sh	Fri Jul 31 02:35:09 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: t_arp.sh,v 1.3 2015/07/30 08:41:18 ozaki-r Exp $
+#	$NetBSD: t_arp.sh,v 1.4 2015/07/31 02:35:09 ozaki-r Exp $
 #
 # Copyright (c) 2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -203,6 +203,17 @@ command_body()
 	atf_check -s not-exit:0 -e ignore rump.arp -n 10.0.1.14
 	atf_check -s not-exit:0 -e ignore rump.arp -n 10.0.1.15
 	atf_check -s not-exit:0 -e ignore rump.arp -n 10.0.1.1
+
+	# Test temp option
+	$DEBUG && rump.arp -n -a
+	atf_check -s exit:0 -o ignore rump.arp -s 10.0.1.10 b2:a0:20:00:00:10 temp
+	$DEBUG && rump.arp -n -a
+	atf_check -s exit:0 -o not-match:'permanent' rump.arp -n 10.0.1.10
+
+	# Hm? the cache doesn't expire...
+	atf_check -s exit:0 sleep $(($arp_keep + $arp_prune + $bonus))
+	$DEBUG && rump.arp -n -a
+	#atf_check -s exit:0 -o match:'incomplete' rump.arp -n 10.0.1.10
 }
 
 make_pkt_str()

Reply via email to