Source-Changes-HG archive

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

[src/trunk]: src/tests/net/if_l2tp Make test names self-descriptive



details:   https://anonhg.NetBSD.org/src/rev/071d2d52d2ce
branches:  trunk
changeset: 821768:071d2d52d2ce
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Fri Feb 17 00:51:25 2017 +0000

description:
Make test names self-descriptive

diffstat:

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

diffs (18 lines):

diff -r 94618aab83a4 -r 071d2d52d2ce tests/net/if_l2tp/t_l2tp.sh
--- a/tests/net/if_l2tp/t_l2tp.sh       Thu Feb 16 22:44:06 2017 +0000
+++ b/tests/net/if_l2tp/t_l2tp.sh       Fri Feb 17 00:51:25 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_l2tp.sh,v 1.1 2017/02/16 08:44:47 knakahara Exp $
+#      $NetBSD: t_l2tp.sh,v 1.2 2017/02/17 00:51:25 ozaki-r Exp $
 #
 # Copyright (c) 2017 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -401,7 +401,7 @@
        lan_mode=$3
        wan_mode=$4
 
-       name="${category}${lan_mode}over${wan_mode}"
+       name="l2tp_${category}_${lan_mode}over${wan_mode}"
        fulldesc="Does ${lan_mode} over ${wan_mode} if_l2tp ${desc}"
 
        atf_test_case ${name} cleanup



Home | Main Index | Thread Index | Old Index