summaryrefslogtreecommitdiff
path: root/testdata/05-asynclook.tdir/05-asynclook.pre
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/05-asynclook.tdir/05-asynclook.pre')
-rw-r--r--testdata/05-asynclook.tdir/05-asynclook.pre20
1 files changed, 20 insertions, 0 deletions
diff --git a/testdata/05-asynclook.tdir/05-asynclook.pre b/testdata/05-asynclook.tdir/05-asynclook.pre
new file mode 100644
index 000000000000..708f7f6e2d3e
--- /dev/null
+++ b/testdata/05-asynclook.tdir/05-asynclook.pre
@@ -0,0 +1,20 @@
+# #-- 05-asynclook.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
+[ -f .tpkg.var.test ] && source .tpkg.var.test
+
+. ../common.sh
+get_random_port 2
+FWD_PORT=$(($RND_PORT + 1))
+echo "FWD_PORT=$FWD_PORT" >> .tpkg.var.test
+
+# start forwarder
+get_ldns_testns
+$LDNS_TESTNS -p $FWD_PORT 05-asynclook.testns >fwd.log 2>&1 &
+FWD_PID=$!
+echo "FWD_PID=$FWD_PID" >> .tpkg.var.test
+
+cat .tpkg.var.test
+
+wait_ldns_testns_up fwd.log