pespin has uploaded this change for review.

View Change

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 change 39932. To unsubscribe, or for help writing mail filters, visit settings.

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@sysmocom.de>