diff options
author | 2016-03-31 18:26:17 +0300 | |
---|---|---|
committer | 2016-03-31 18:26:17 +0300 | |
commit | cf6092b407c624ab8d6cf671e1e30bc981ed6826 (patch) | |
tree | 0113bfe19931e16554994dcf134bcd85fd779a4a /scripts/automation/trex_control_plane/stl/examples | |
parent | fff0f8effc3fa7f5a67246d79d11e61163bc92bb (diff) | |
parent | 72508ce12379dae35ec41b321d43638135e223ba (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/examples')
-rw-r--r-- | scripts/automation/trex_control_plane/stl/examples/stl_imix.py | 2 |
1 files changed, 2 insertions, 0 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 17e017a9..bc7990aa 100644 --- a/scripts/automation/trex_control_plane/stl/examples/stl_imix.py +++ b/scripts/automation/trex_control_plane/stl/examples/stl_imix.py @@ -17,6 +17,7 @@ def imix_test (server, mult): # create client c = STLClient(server = server) + 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) |