Source-Changes-HG archive

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

[src/trunk]: src/tests/net/if_ipsec Change the prefix of test names to ipseci...



details:   https://anonhg.NetBSD.org/src/rev/dba42861c3aa
branches:  trunk
changeset: 828946:dba42861c3aa
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Thu Jan 11 07:58:22 2018 +0000

description:
Change the prefix of test names to ipsecif_ to distinguish from tests for ipsec(4)

diffstat:

 tests/net/if_ipsec/t_ipsec.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 78a836e639b7 -r dba42861c3aa tests/net/if_ipsec/t_ipsec.sh
--- a/tests/net/if_ipsec/t_ipsec.sh     Thu Jan 11 06:38:05 2018 +0000
+++ b/tests/net/if_ipsec/t_ipsec.sh     Thu Jan 11 07:58:22 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_ipsec.sh,v 1.1 2018/01/10 11:06:06 knakahara Exp $
+#      $NetBSD: t_ipsec.sh,v 1.2 2018/01/11 07:58:22 ozaki-r Exp $
 #
 # Copyright (c) 2017 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -881,7 +881,7 @@
        local algo=$6
        local _algo=$(echo $algo | sed 's/-//g')
 
-       name="ipsec_${category}_${inner}over${outer}_${proto}_${_algo}"
+       name="ipsecif_${category}_${inner}over${outer}_${proto}_${_algo}"
        fulldesc="Does ${inner} over ${outer} if_ipsec ${desc}"
 
        atf_test_case ${name} cleanup



Home | Main Index | Thread Index | Old Index