X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=GPL%2Ftraffic_profiles%2Ftrex%2Ftrex-stl-ethip4-ip4dst-rnd100000.py;h=ff9077192f9ce4300543ce731d00719581c579bb;hb=ad98ea70cf435d104b6a4f0090575e137660da77;hp=bfd6099aa521368e2c9573e7a93919d868a1123c;hpb=53e516bc0056d3905d5c9a430506f5fc3d3975c0;p=csit.git diff --git a/GPL/traffic_profiles/trex/trex-stl-ethip4-ip4dst-rnd100000.py b/GPL/traffic_profiles/trex/trex-stl-ethip4-ip4dst-rnd100000.py index bfd6099aa5..ff9077192f 100644 --- a/GPL/traffic_profiles/trex/trex-stl-ethip4-ip4dst-rnd100000.py +++ b/GPL/traffic_profiles/trex/trex-stl-ethip4-ip4dst-rnd100000.py @@ -42,7 +42,7 @@ class TrafficStreams(TrafficStreamsBaseClass): """Stream profile.""" def __init__(self): - """Initialization and setting of streams" parameters.""" + """Initialization and setting of streams' parameters.""" super(TrafficStreamsBaseClass, self).__init__() @@ -66,21 +66,21 @@ class TrafficStreams(TrafficStreamsBaseClass): # Direction 0 --> 1 base_pkt_a = ( - Ether() / - IP( - src=self.p1_src_start_ip, - dst=self.p1_dst_start_ip, - proto=61 - ) + Ether() / + IP( + src=self.p1_src_start_ip, + dst=self.p1_dst_start_ip, + proto=61 + ) ) # Direction 1 --> 0 base_pkt_b = ( - Ether() / - IP( - src=self.p2_src_start_ip, - dst=self.p2_dst_start_ip, - proto=61 - ) + Ether() / + IP( + src=self.p2_src_start_ip, + dst=self.p2_dst_start_ip, + proto=61 + ) ) # Direction 0 --> 1 @@ -91,7 +91,8 @@ class TrafficStreams(TrafficStreamsBaseClass): min_value=self.p1_dst_start_ip, max_value=self.p1_dst_end_ip, size=4, - limit=100000 + seed=1, + limit=(2**24 - 1) ), STLVmWrFlowVar( fv_name=u"dst", @@ -110,7 +111,8 @@ class TrafficStreams(TrafficStreamsBaseClass): min_value=self.p2_dst_start_ip, max_value=self.p2_dst_end_ip, size=4, - limit=100000 + seed=2, + limit=(2**24 - 1) ), STLVmWrFlowVar( fv_name=u"dst",