Jenkins Builder has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/upf-benchmark/+/39931?usp=email )
Change subject: testsuites: eupf: Apply correct iface name in yaml file
......................................................................
Patch Set 1:
(1 comment)
File testsuites/gtplab-sysmo2025/tunend/upf/eupf/configure.sh:
Robot Comment from checkpatch (run ID ):
https://gerrit.osmocom.org/c/upf-benchmark/+/39931/comment/8ac57c63_2a473e3… :
PS1, Line 81: sed -i "s/TEMPLATE_IFACE_CN/$IFACE_CN/g" "${SCRIPT_DIR}/eupf.yaml"
adding a line without newline at end of file
--
To view, visit https://gerrit.osmocom.org/c/upf-benchmark/+/39931?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: upf-benchmark
Gerrit-Branch: master
Gerrit-Change-Id: Idde13ca376fa97ddc509a9f2d53a0ca903e7f46f
Gerrit-Change-Number: 39931
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-CC: Jenkins Builder
Gerrit-Comment-Date: Fri, 04 Apr 2025 15:15:01 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/upf-benchmark/+/39932?usp=email )
Change subject: testsuites: tunmap: trex: Set default run time to 600 seconds
......................................................................
testsuites: tunmap: trex: Set default run time to 600 seconds
Previous default of 60 was too short and I was all the time changing it
manually.
Also change the default target rate to 8275 kpps, which is aproximatelly
the amount needed to fill the 100 gbps NIC.
Change-Id: I9a20d71f542956eee08eff75eeab6a284cfdd16e
---
M testsuites/gtplab-sysmo2025/tunmap/trex/run.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/upf-benchmark refs/changes/32/39932/1
diff --git a/testsuites/gtplab-sysmo2025/tunmap/trex/run.sh b/testsuites/gtplab-sysmo2025/tunmap/trex/run.sh
index 99f5e3c..d402c89 100755
--- a/testsuites/gtplab-sysmo2025/tunmap/trex/run.sh
+++ b/testsuites/gtplab-sysmo2025/tunmap/trex/run.sh
@@ -8,7 +8,7 @@
NUM_ADDRS=100
# TODO: apply this automatically with "expect":
-echo "To start the test, run: > reset; start -f ${SCRIPT_DIR}/gtp_1pkt_simple.py -p 0 -m 4000kpps -d 60 -t num-streams=${NUM_STREAMS},num-addrs=${NUM_ADDRS}"
+echo "To start the test, run: > reset; start -f ${SCRIPT_DIR}/gtp_1pkt_simple.py -p 0 -m 8275kpps -d 600 -t num-streams=${NUM_STREAMS},num-addrs=${NUM_ADDRS}"
echo "Once the test finishes, run: > stats"
# Needs to be executed from /opt/trex ...
--
To view, visit https://gerrit.osmocom.org/c/upf-benchmark/+/39932?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: upf-benchmark
Gerrit-Branch: master
Gerrit-Change-Id: I9a20d71f542956eee08eff75eeab6a284cfdd16e
Gerrit-Change-Number: 39932
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>