pespin has submitted this change. ( 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(-) Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified 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" -- To view, visit https://gerrit.osmocom.org/c/upf-benchmark/+/40340?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: upf-benchmark Gerrit-Branch: master Gerrit-Change-Id: I50deef5730367812b5357fa49d5d9b3177660426 Gerrit-Change-Number: 40340 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pes...@sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pes...@sysmocom.de>