X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ft-rex%2Ft-rex-stateless.py;h=867d0951b25bd1ccd74359321a25a196e121c70c;hp=95c6cb150af61cfa9f39ee028c63a68c995a4e40;hb=45543c4f56dd34b795776fad0d94bac75f0082f3;hpb=e85e715f9caea586fb7dcbe2115b55360e518799 diff --git a/resources/tools/t-rex/t-rex-stateless.py b/resources/tools/t-rex/t-rex-stateless.py index 95c6cb150a..867d0951b2 100755 --- a/resources/tools/t-rex/t-rex-stateless.py +++ b/resources/tools/t-rex/t-rex-stateless.py @@ -134,19 +134,19 @@ def create_streams_v46(base_pkt_a, base_pkt_b, vm1, vm2, frame_size): max(0, fsize_no_fcs-len(base_pkt_b)))) lat_stream1 = STLStream(packet=pkt_lat_a, flow_stats=STLFlowLatencyStats(pg_id=0), - mode=STLTXCont(pps=1000)) + mode=STLTXCont(pps=10000)) # second traffic stream with a phase of 10ns (inter stream gap) lat_stream2 = STLStream(packet=pkt_lat_b, isg=10.0, flow_stats=STLFlowLatencyStats(pg_id=1), - mode=STLTXCont(pps=1000)) + mode=STLTXCont(pps=10000)) stream1 = STLStream(packet=pkt_a, - mode=STLTXCont(pps=1000)) + mode=STLTXCont(pps=10000)) # second traffic stream with a phase of 10ns (inter stream gap) stream2 = STLStream(packet=pkt_b, isg=10.0, - mode=STLTXCont(pps=1000)) + mode=STLTXCont(pps=10000)) elif type(frame_size) is str: lat_stream1 = [] lat_stream2 = []