Module Name: src
Committed By: ozaki-r
Date: Thu Jan 11 07:58:22 UTC 2018
Modified Files:
src/tests/net/if_ipsec: t_ipsec.sh
Log Message:
Change the prefix of test names to ipsecif_ to distinguish from tests for
ipsec(4)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/if_ipsec/t_ipsec.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/net/if_ipsec/t_ipsec.sh
diff -u src/tests/net/if_ipsec/t_ipsec.sh:1.1 src/tests/net/if_ipsec/t_ipsec.sh:1.2
--- src/tests/net/if_ipsec/t_ipsec.sh:1.1 Wed Jan 10 11:06:06 2018
+++ src/tests/net/if_ipsec/t_ipsec.sh Thu Jan 11 07:58:22 2018
@@ -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 @@ add_test()
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