1*91f7d55fSchristos# #-- proxy_protocol.test --# 2*91f7d55fSchristos# source the master var file when it's there 3*91f7d55fSchristos[ -f ../.tpkg.var.master ] && source ../.tpkg.var.master 4*91f7d55fSchristos# use .tpkg.var.test for in test variable passing 5*91f7d55fSchristos[ -f .tpkg.var.test ] && source .tpkg.var.test 6*91f7d55fSchristos 7*91f7d55fSchristosPRE="../.." 8*91f7d55fSchristos. ../common.sh 9*91f7d55fSchristos 10*91f7d55fSchristos# Run the scenario in an unshared namespace 11*91f7d55fSchristosunshare -rUn $shell proxy_protocol.test.scenario 12*91f7d55fSchristosexit $? 13