pespin submitted this change.
trex-tunmap: Increase test params to 100k sessions
Change-Id: I8fa40b2d796b74a23d23e88a925626d6f9fff94b
---
M testsuites/gtplab-sysmo2017/trex-tunmap/smf/0.gtp_flood.vty
M testsuites/gtplab-sysmo2017/trex-tunmap/trex/run.sh
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/testsuites/gtplab-sysmo2017/trex-tunmap/smf/0.gtp_flood.vty b/testsuites/gtplab-sysmo2017/trex-tunmap/smf/0.gtp_flood.vty
index 79ef9bd..c570fd2 100644
--- a/testsuites/gtplab-sysmo2017/trex-tunmap/smf/0.gtp_flood.vty
+++ b/testsuites/gtplab-sysmo2017/trex-tunmap/smf/0.gtp_flood.vty
@@ -119,7 +119,7 @@
sleep 1
date
- n 50000 session create tunmap
+ n 100000 session create tunmap
wait responses
# All sessions established
date
diff --git a/testsuites/gtplab-sysmo2017/trex-tunmap/trex/run.sh b/testsuites/gtplab-sysmo2017/trex-tunmap/trex/run.sh
index 6573961..99f5e3c 100755
--- a/testsuites/gtplab-sysmo2017/trex-tunmap/trex/run.sh
+++ b/testsuites/gtplab-sysmo2017/trex-tunmap/trex/run.sh
@@ -3,7 +3,7 @@
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
# Number of GTPU streams to generate
-NUM_STREAMS=50000
+NUM_STREAMS=100000
# Number of src (RAN) GTPU IP addresses to be used:
NUM_ADDRS=100
To view, visit change 39458. To unsubscribe, or for help writing mail filters, visit settings.