summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/examples
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/examples')
-rw-r--r--scripts/automation/trex_control_plane/stl/examples/stl_imix.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/examples/stl_imix.py b/scripts/automation/trex_control_plane/stl/examples/stl_imix.py
index 7e43488b..0ca932c8 100644
--- a/scripts/automation/trex_control_plane/stl/examples/stl_imix.py
+++ b/scripts/automation/trex_control_plane/stl/examples/stl_imix.py
@@ -16,7 +16,8 @@ def imix_test (server, mult):
# create client
- c = STLClient(server = server)
+ c = STLClient(server = server, verbose_level = LoggerApi.VERBOSE_REGULAR)
+
passed = True
@@ -27,6 +28,7 @@ def imix_test (server, mult):
# take all the ports
c.reset()
+
# map ports - identify the routes
table = stl_map_ports(c)