laforge has submitted this change. ( 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(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
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 ...