pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/upf-benchmark/+/40340?usp=email )
Change subject: testsuites: tunend: eupf: Run with GIN_MODE=release ......................................................................
testsuites: tunend: eupf: Run with GIN_MODE=release
As already done in tunmap and also older testsuites.
Change-Id: I50deef5730367812b5357fa49d5d9b3177660426 --- M testsuites/gtplab-sysmo2025/tunend/upf/eupf/run.sh 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/upf-benchmark refs/changes/40/40340/1
diff --git a/testsuites/gtplab-sysmo2025/tunend/upf/eupf/run.sh b/testsuites/gtplab-sysmo2025/tunend/upf/eupf/run.sh index 1532b76..26a1931 100755 --- a/testsuites/gtplab-sysmo2025/tunend/upf/eupf/run.sh +++ b/testsuites/gtplab-sysmo2025/tunend/upf/eupf/run.sh @@ -2,4 +2,4 @@
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
-sudo eupf --config "$SCRIPT_DIR/eupf.yaml" +sudo GIN_MODE=release eupf --config "$SCRIPT_DIR/eupf.yaml"