diff options
author | 2016-03-17 16:54:46 +0200 | |
---|---|---|
committer | 2016-03-17 16:54:46 +0200 | |
commit | 6af21336f6942263943dcd4385bc28d80d6fc1fe (patch) | |
tree | 98dd045c5064608cc852bb5f4dd06c9d7bc355c8 /scripts/automation/trex_control_plane/stl/examples | |
parent | 11425470921de652bc6849666562d4bc4045229b (diff) |
fix integer checks, now they include "long"
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/examples')
-rw-r--r-- | scripts/automation/trex_control_plane/stl/examples/hlt_udp_simple.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/examples/hlt_udp_simple.py b/scripts/automation/trex_control_plane/stl/examples/hlt_udp_simple.py index 6cd6debc..56e2005a 100644 --- a/scripts/automation/trex_control_plane/stl/examples/hlt_udp_simple.py +++ b/scripts/automation/trex_control_plane/stl/examples/hlt_udp_simple.py @@ -87,7 +87,6 @@ if __name__ == "__main__": ip_dst_addr = '8.0.0.1', ip_dst_mode = 'increment', ip_dst_count = 254, l4_protocol = 'udp', udp_dst_port = 12, udp_src_port = 1025, - stream_id = 1, # temporary workaround, add_stream does not return stream_id rate_pps = args.rate_pps, ) check_res(res) |