diff options
author | 2016-03-29 15:24:24 +0300 | |
---|---|---|
committer | 2016-03-31 15:51:17 +0300 | |
commit | d4791e0535ef56688f421d6ac3dbd79c33a37508 (patch) | |
tree | f8b38f5e311d0f327126cadab016f7a1c7d6425e /scripts/automation/trex_control_plane/stl/examples | |
parent | 9f269a00c57683223a11bec20c7b8b69d068e8b7 (diff) |
RX stats two stage API (stop and remove RX filters)
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/examples')
-rw-r--r-- | scripts/automation/trex_control_plane/stl/examples/stl_imix.py | 4 |
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) |