FIX: missing write of mac_dst for direction 0 --> 1 in cnf trex profiles 97/24397/2
authorJan Gelety <jgelety@cisco.com>
Thu, 16 Jan 2020 22:22:41 +0000 (23:22 +0100)
committerJan Gelety <jgelety@cisco.com>
Fri, 17 Jan 2020 12:06:37 +0000 (12:06 +0000)
Change-Id: I3acf5220c24f77bc4bfc451919bf9b5345a988ef
Signed-off-by: Jan Gelety <jgelety@cisco.com>
34 files changed:
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-1cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-2cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-4cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-8cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst10000-2cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst10000-4cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst10000-8cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-1cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-2cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-4cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-8cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst4-1cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst4-2cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst4-4cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-1cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-2cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-4cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-8cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-1cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-2cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-4cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-8cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-1cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-2cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-4cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-8cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-1cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-2cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-4cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-8cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-1cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-2cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-4cnf.py
resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-8cnf.py

index 1189fba..1397ae4 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index 3fc8eb6..b7f3160 100644 (file)
@@ -90,6 +90,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index 58f7905..a64e4d5 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index d118d12..a58df6e 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index dc81579..ca3f41a 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index fe75ec1..df75728 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index f0f7b8d..1dbd3fe 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index cb61bb2..f6f6fad 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index ed92ff6..15cb461 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index 2305d52..62eb1be 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index 1d897e2..b6eef29 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index f3cdabe..b937d02 100644 (file)
@@ -90,7 +90,11 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     max_value=0,
                     size=1,
                     op=u"inc"
-                ),            
+                ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index 972aa16..b95649a 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index 5204c15..fed0d7e 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index bf65395..d321d0f 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index 7a718e8..acc565e 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index ff47ead..629100c 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index d9fae8f..b51c98d 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index 9a645e3..1a004b0 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index e422be7..b09e79d 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index 0c1ace3..7081525 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index 7b224fa..c5b1d52 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index 8463e00..038b986 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index ec6ef28..5933b33 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index 0fc6dad..851cd7c 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index b1c3702..40d57f0 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index acc210c..fb4c61b 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index b10ad4e..ca13c33 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index 6176c16..1ffd8c8 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index 5ae0e52..26efc1a 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index 9b4a0e6..251758d 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index f99b84c..acebf6d 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index ba705aa..3fe3caf 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,
index 210bd59..84bfb89 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,