aboutsummaryrefslogtreecommitdiffstats
path: root/resources/traffic_profiles/trex/trex-sl-dot1qip4-vlan1ip4src254ip4dst254.py
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-08-20 09:51:54 +0000
committerPeter Mikus <pmikus@cisco.com>2019-08-21 09:07:41 +0000
commit6439d919a421c823a93e5d4789554a45ddcdf5eb (patch)
treee1f8f0a4ba549f47138d43796d1dfa90fda05568 /resources/traffic_profiles/trex/trex-sl-dot1qip4-vlan1ip4src254ip4dst254.py
parent5fe08ea21f16d1a24ac82d990c48d212d312b4f9 (diff)
Add: avf-dot1q testcases
+ Few fixes in doc + Align testcases Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I5575db8255a74fd46f37d5cc2637b9b4448bcd7f (cherry picked from commit a0a1bdba6245c685898bab5007de28452bbd2d27)
Diffstat (limited to 'resources/traffic_profiles/trex/trex-sl-dot1qip4-vlan1ip4src254ip4dst254.py')
-rwxr-xr-xresources/traffic_profiles/trex/trex-sl-dot1qip4-vlan1ip4src254ip4dst254.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/traffic_profiles/trex/trex-sl-dot1qip4-vlan1ip4src254ip4dst254.py b/resources/traffic_profiles/trex/trex-sl-dot1qip4-vlan1ip4src254ip4dst254.py
index be58eb4e3e..bf5151905c 100755
--- a/resources/traffic_profiles/trex/trex-sl-dot1qip4-vlan1ip4src254ip4dst254.py
+++ b/resources/traffic_profiles/trex/trex-sl-dot1qip4-vlan1ip4src254ip4dst254.py
@@ -65,13 +65,13 @@ class TrafficStreams(TrafficStreamsBaseClass):
"""
# Direction 0 --> 1
- base_pkt_a = (Ether(dst='ba:dc:00:ff:ee:01') /
+ base_pkt_a = (Ether() /
Dot1Q(vlan=self.p1_vlan_start) /
IP(src=self.p1_src_start_ip,
dst=self.p1_dst_start_ip,
proto=61))
# Direction 1 --> 0
- base_pkt_b = (Ether(dst='ba:dc:00:ff:ee:01') /
+ base_pkt_b = (Ether() /
Dot1Q(vlan=self.p2_vlan_start) /
IP(src=self.p2_src_start_ip,
dst=self.p2_dst_start_ip,