]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
stream reuse, rename ssl_reuse test to tls_reuse test.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 23 Nov 2020 08:35:58 +0000 (09:35 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 23 Nov 2020 08:35:58 +0000 (09:35 +0100)
testdata/tls_reuse.tdir/tls_reuse.dsc
testdata/tls_reuse.tdir/tls_reuse.post
testdata/tls_reuse.tdir/tls_reuse.pre
testdata/tls_reuse.tdir/tls_reuse.test

index ab2b67f66111e5ad9d25bed1fa515672dd19e126..76a80cdadbdbdbebe10a903255b62826c0b8a6dd 100644 (file)
@@ -1,6 +1,6 @@
-BaseName: ssl_reuse
+BaseName: tls_reuse
 Version: 1.0
-Description: Test ssl stream reuse.
+Description: Test tls stream reuse.
 CreationDate: Wed Jun 30 16:37:00 CET 2020
 Maintainer: Wouter Wijngaards
 Category: 
@@ -8,9 +8,9 @@ Component:
 CmdDepends: 
 Depends: 
 Help:
-Pre: ssl_reuse.pre
-Post: ssl_reuse.post
-Test: ssl_reuse.test
+Pre: tls_reuse.pre
+Post: tls_reuse.post
+Test: tls_reuse.test
 AuxFiles: 
 Passed:
 Failure:
index 4337af20429c7a07ebf03ccf5cf5b0804b4d7f81..2eef0da96233bd03d6483eba8ac04b0d2446302e 100644 (file)
@@ -1,4 +1,4 @@
-# #-- ssl_reuse.post --#
+# #-- tls_reuse.post --#
 # source the master var file when it's there
 [ -f ../.tpkg.var.master ] && source ../.tpkg.var.master
 # source the test var file when it's there
index 048ca68137db02eef82cce0ea62997bfab699cdc..ddd6ff4d390f199dc9f60c8b3c2163ed48756a08 100644 (file)
@@ -1,4 +1,4 @@
-# #-- ssl_reuse.pre--#
+# #-- tls_reuse.pre--#
 # source the master var file when it's there
 [ -f ../.tpkg.var.master ] && source ../.tpkg.var.master
 # use .tpkg.var.test for in test variable passing
@@ -13,7 +13,7 @@ echo "UNBOUND_PORT=$UNBOUND_PORT" >> .tpkg.var.test
 echo "UPSTREAM_PORT=$UPSTREAM_PORT" >> .tpkg.var.test
 
 # make config file
-sed -e 's/@PORT\@/'$UNBOUND_PORT'/' -e 's/@TOPORT\@/'$UPSTREAM_PORT'/' < ssl_reuse.conf > ub.conf
+sed -e 's/@PORT\@/'$UNBOUND_PORT'/' -e 's/@TOPORT\@/'$UPSTREAM_PORT'/' < tls_reuse.conf > ub.conf
 # start unbound in the background
 #$PRE/unbound -d -c ub.conf >unbound.log 2>&1 &
 valgrind $PRE/unbound -d -c ub.conf 2>&1 | tee unbound.log &
@@ -22,7 +22,7 @@ echo "UNBOUND_PID=$UNBOUND_PID" >> .tpkg.var.test
 wait_unbound_up unbound.log
 
 # make upstream config file
-sed -e 's/@PORT\@/'$UPSTREAM_PORT'/' -e 's/@TOPORT\@/'$UPSTREAM_PORT'/' < ssl_reuse.conf2 > ub2.conf
+sed -e 's/@PORT\@/'$UPSTREAM_PORT'/' -e 's/@TOPORT\@/'$UPSTREAM_PORT'/' < tls_reuse.conf2 > ub2.conf
 # start upstream unbound in the background
 #$PRE/unbound -d -c ub2.conf >unbound2.log 2>&1 &
 $PRE/unbound -d -c ub2.conf 2>&1 | tee unbound2.log &
index d0106c17e9d9b23e144fa868ed65d570845125e5..fe488cbb26caed87b7be2aa4612e85e64e045450 100644 (file)
@@ -1,4 +1,4 @@
-# #-- ssl_reuse.test --#
+# #-- tls_reuse.test --#
 # source the master var file when it's there
 [ -f ../.tpkg.var.master ] && source ../.tpkg.var.master
 # use .tpkg.var.test for in test variable passing