Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/ndp Fix head and cleanup definitions for cache_exp...



details:   https://anonhg.NetBSD.org/src/rev/552b8f86350b
branches:  trunk
changeset: 809937:552b8f86350b
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Mon Aug 10 09:32:01 2015 +0000

description:
Fix head and cleanup definitions for cache_expiration tests

diffstat:

 tests/net/ndp/t_ndp.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6d9f31a938b1 -r 552b8f86350b tests/net/ndp/t_ndp.sh
--- a/tests/net/ndp/t_ndp.sh    Mon Aug 10 09:31:13 2015 +0000
+++ b/tests/net/ndp/t_ndp.sh    Mon Aug 10 09:32:01 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_ndp.sh,v 1.3 2015/08/07 00:50:12 ozaki-r Exp $
+#      $NetBSD: t_ndp.sh,v 1.4 2015/08/10 09:32:01 ozaki-r Exp $
 #
 # Copyright (c) 2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -41,7 +41,7 @@
 atf_test_case command cleanup
 atf_test_case cache_overwriting cleanup
 
-cache_expiration()
+cache_expiration_head()
 {
        atf_set "descr" "Tests for NDP cache expiration"
        atf_set "require.progs" "rump_server"
@@ -253,7 +253,7 @@
        $DEBUG && gdb -ex bt /usr/sbin/rump.ndp rump.ndp.core
 }
 
-cache_expiration()
+cache_expiration_cleanup()
 {
        $DEBUG && dump
        cleanup



Home | Main Index | Thread Index | Old Index