From: Jan Gelety Date: Thu, 16 Jan 2020 22:22:41 +0000 (+0100) Subject: FIX: missing write of mac_dst for direction 0 --> 1 in cnf trex profiles X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=9159c81f65c71cf77e9f1d59241e9ebcbbe9abc4 FIX: missing write of mac_dst for direction 0 --> 1 in cnf trex profiles Change-Id: I3acf5220c24f77bc4bfc451919bf9b5345a988ef Signed-off-by: Jan Gelety --- diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-1cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-1cnf.py index 1189fba9cb..1397ae4828 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-1cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-1cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-2cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-2cnf.py index 3fc8eb6e82..b7f316092a 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-2cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-2cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-4cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-4cnf.py index 58f790531f..a64e4d5a5e 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-4cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-4cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-8cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-8cnf.py index d118d12d1a..a58df6e87b 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-8cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-8cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst10000-2cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst10000-2cnf.py index dc81579637..ca3f41a6fb 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst10000-2cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst10000-2cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst10000-4cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst10000-4cnf.py index fe75ec1678..df7572853f 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst10000-4cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst10000-4cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst10000-8cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst10000-8cnf.py index f0f7b8d155..1dbd3feb1a 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst10000-8cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst10000-8cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-1cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-1cnf.py index cb61bb25dd..f6f6fada5a 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-1cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-1cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-2cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-2cnf.py index ed92ff65ef..15cb461624 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-2cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-2cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-4cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-4cnf.py index 2305d52c60..62eb1bee78 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-4cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-4cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-8cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-8cnf.py index 1d897e2d5b..b6eef29366 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-8cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst20000-8cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst4-1cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst4-1cnf.py index f3cdabe611..b937d02741 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst4-1cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst4-1cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst4-2cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst4-2cnf.py index 972aa169b1..b95649a94d 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst4-2cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst4-2cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst4-4cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst4-4cnf.py index 5204c153e5..fed0d7ef3c 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst4-4cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst4-4cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-1cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-1cnf.py index bf653953c8..d321d0ffb2 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-1cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-1cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-2cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-2cnf.py index 7a718e8e4d..acc565e776 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-2cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-2cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-4cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-4cnf.py index ff47ead5e5..629100cb83 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-4cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-4cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-8cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-8cnf.py index d9fae8fee3..b51c98d7aa 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-8cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-8cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-1cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-1cnf.py index 9a645e3498..1a004b055f 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-1cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-1cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-2cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-2cnf.py index e422be7f5a..b09e79d7dc 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-2cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-2cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-4cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-4cnf.py index 0c1ace3b60..7081525771 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-4cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-4cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-8cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-8cnf.py index 7b224fa9e1..c5b1d52e04 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-8cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst400-8cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-1cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-1cnf.py index 8463e0094f..038b986b65 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-1cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-1cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-2cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-2cnf.py index ec6ef2836a..5933b33d20 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-2cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-2cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-4cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-4cnf.py index 0fc6dad4fb..851cd7c870 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-4cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-4cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-8cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-8cnf.py index b1c370294e..40d57f09dd 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-8cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40000-8cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-1cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-1cnf.py index acc210c291..fb4c61b030 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-1cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-1cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-2cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-2cnf.py index b10ad4e854..ca13c337cb 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-2cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-2cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-4cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-4cnf.py index 6176c16ab9..1ffd8c8ba5 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-4cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-4cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-8cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-8cnf.py index 5ae0e52aa1..26efc1a438 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-8cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst5000-8cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-1cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-1cnf.py index 9b4a0e68ab..251758ddae 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-1cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-1cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-2cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-2cnf.py index f99b84cc63..acebf6d06d 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-2cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-2cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-4cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-4cnf.py index ba705aaee4..3fe3caf128 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-4cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-4cnf.py @@ -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, diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-8cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-8cnf.py index 210bd59ad8..84bfb89f0b 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-8cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst60000-8cnf.py @@ -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,