From d4791e0535ef56688f421d6ac3dbd79c33a37508 Mon Sep 17 00:00:00 2001 From: imarom Date: Tue, 29 Mar 2016 15:24:24 +0300 Subject: RX stats two stage API (stop and remove RX filters) --- scripts/automation/trex_control_plane/stl/examples/stl_imix.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/automation/trex_control_plane/stl/examples') 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) -- cgit 1.2.3-korg