diff options
author | Hanoh Haim <hhaim@cisco.com> | 2016-11-28 15:20:19 +0200 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2016-11-28 21:16:09 +0200 |
commit | 3f11d1c5e42eecb2e4120cbd36f337455be60559 (patch) | |
tree | 7b0a45ffcc1436584d16c6b9110d53e4cc9a5508 /scripts/automation | |
parent | 00a99f80f555ae23aeefa8b8fe284f74c28f4252 (diff) |
check VIC FW support using FILTER_INFO, remove patch from enic driver
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'scripts/automation')
-rw-r--r-- | scripts/automation/trex_control_plane/stl/examples/stl_imix_bidir_update.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/automation/trex_control_plane/stl/examples/stl_imix_bidir_update.py b/scripts/automation/trex_control_plane/stl/examples/stl_imix_bidir_update.py index 55d1bbf5..22cceb8f 100644 --- a/scripts/automation/trex_control_plane/stl/examples/stl_imix_bidir_update.py +++ b/scripts/automation/trex_control_plane/stl/examples/stl_imix_bidir_update.py @@ -52,7 +52,7 @@ def imix_test (server): c.start(ports = (dir_0 + dir_1), mult = "100kpps", total = True) while True: - for rate in range(200,1000,10): + for rate in range(200,3100,10): # choose rate and start traffic for 10 seconds on 5 mpps #mult = "30%" @@ -63,7 +63,7 @@ def imix_test (server): c.update(ports = (dir_0 + dir_1), mult = my_mult) - time.sleep(2); + #time.sleep(1); # block until done #c.wait_on_traffic(ports = (dir_0 + dir_1)) |