X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftraffic_profiles%2Ftrex%2Ftrex-sl-3n-ethip6-ip6dst100000.py;h=b32943062afcb74578a0f470c5f9ecbfc553fa55;hp=b1948c9de203309d010e2d8765ec8c63532b3079;hb=f90655a9efa6c97a8901ce5095bc64b0c7518739;hpb=6721e7f09aa95bff6622068332a3f56afad9c87b diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst100000.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst100000.py index b1948c9de2..b32943062a 100755 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst100000.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst100000.py @@ -1,4 +1,4 @@ -# Copyright (c) 2017 Cisco and/or its affiliates. +# Copyright (c) 2019 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -24,7 +24,7 @@ Stream profile: - Destination IP address range: 2001:1::0 - 2001:1::1:869F """ -from trex_stl_lib.api import * +from trex.stl.api import * from profile_trex_stateless_base_class import TrafficStreamsBaseClass @@ -73,8 +73,7 @@ class TrafficStreams(TrafficStreamsBaseClass): size=8, op="inc"), STLVmWrFlowVar(fv_name="ipv6_dst", pkt_offset="IPv6.dst", - offset_fixup=8)], - split_by_field="ipv6_dst") + offset_fixup=8)]) # Direction 1 --> 0 vm2 = STLScVmRaw([STLVmFlowVar(name="ipv6_dst", min_value=base_p2, @@ -82,8 +81,7 @@ class TrafficStreams(TrafficStreamsBaseClass): size=8, op="inc"), STLVmWrFlowVar(fv_name="ipv6_dst", pkt_offset="IPv6.dst", - offset_fixup=8)], - split_by_field="ipv6_dst") + offset_fixup=8)]) return base_pkt_a, base_pkt_b, vm1, vm2