summaryrefslogtreecommitdiff
path: root/testdata/proxy_protocol.tdir/proxy_protocol.test
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/proxy_protocol.tdir/proxy_protocol.test')
-rw-r--r--testdata/proxy_protocol.tdir/proxy_protocol.test12
1 files changed, 12 insertions, 0 deletions
diff --git a/testdata/proxy_protocol.tdir/proxy_protocol.test b/testdata/proxy_protocol.tdir/proxy_protocol.test
new file mode 100644
index 000000000000..3f65e293267d
--- /dev/null
+++ b/testdata/proxy_protocol.tdir/proxy_protocol.test
@@ -0,0 +1,12 @@
+# #-- proxy_protocol.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
+[ -f .tpkg.var.test ] && source .tpkg.var.test
+
+PRE="../.."
+. ../common.sh
+
+# Run the scenario in an unshared namespace
+unshare -rUn $shell proxy_protocol.test.scenario
+exit $?