Source-Changes-HG archive

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

[src/trunk]: src/tests/net Add missing declarations for cleanup



details:   https://anonhg.NetBSD.org/src/rev/1cbef3e9a14d
branches:  trunk
changeset: 824808:1cbef3e9a14d
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Mon Jun 19 10:57:37 2017 +0000

description:
Add missing declarations for cleanup

diffstat:

 tests/net/arp/t_arp.sh |  3 ++-
 tests/net/ndp/t_ndp.sh |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r e7bbef41bd26 -r 1cbef3e9a14d tests/net/arp/t_arp.sh
--- a/tests/net/arp/t_arp.sh    Mon Jun 19 10:07:29 2017 +0000
+++ b/tests/net/arp/t_arp.sh    Mon Jun 19 10:57:37 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_arp.sh,v 1.23 2017/06/16 04:41:02 ozaki-r Exp $
+#      $NetBSD: t_arp.sh,v 1.24 2017/06/19 10:57:37 ozaki-r Exp $
 #
 # Copyright (c) 2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -598,6 +598,7 @@
        cleanup
 }
 
+atf_test_case arp_rtm cleanup
 arp_rtm_head()
 {
 
diff -r e7bbef41bd26 -r 1cbef3e9a14d tests/net/ndp/t_ndp.sh
--- a/tests/net/ndp/t_ndp.sh    Mon Jun 19 10:07:29 2017 +0000
+++ b/tests/net/ndp/t_ndp.sh    Mon Jun 19 10:57:37 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_ndp.sh,v 1.20 2017/06/16 04:41:02 ozaki-r Exp $
+#      $NetBSD: t_ndp.sh,v 1.21 2017/06/19 10:57:37 ozaki-r Exp $
 #
 # Copyright (c) 2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -396,6 +396,7 @@
        cleanup
 }
 
+atf_test_case ndp_rtm cleanup
 ndp_rtm_head()
 {
 



Home | Main Index | Thread Index | Old Index