CSIT-1425 Upgrade TRex to v2.54
[csit.git] / resources / traffic_profiles / trex / trex-sl-3n-ethip6-ip6dst1000000.py
index ace0dac..e45d37f 100755 (executable)
@@ -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::F:423F
 """
 
-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