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/e33645de0293
branches: trunk
changeset: 339795:e33645de0293
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 69079c629e02 -r e33645de0293 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