X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftraffic_profiles%2Ftrex%2Ftrex-sl-3n-ethip6-ip6dst10000.py;h=085787aa6ba61e1bfd6c95aefde1bf3ac764925c;hb=3d5a75be5a88931690898e0fe52e4f48bc67c5ed;hp=7a85ddfc055864ab40ec70d8e7cc5b163a38d6cd;hpb=6721e7f09aa95bff6622068332a3f56afad9c87b;p=csit.git diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst10000.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst10000.py index 7a85ddfc05..085787aa6b 100755 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst10000.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst10000.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::270F """ -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