Skip to content

Commit

Permalink
[test_orchagent_slb] Explicitly match inner packets for IPinIp tunnel…
Browse files Browse the repository at this point in the history
… traffic (sonic-net#14594)

Signed-off-by: Longxiang Lyu <lolv@microsoft.com>
  • Loading branch information
lolyu authored and mssonicbld committed Sep 17, 2024
1 parent afebdce commit 7468fce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/common/dualtor/tunnel_traffic_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,7 @@ def __init__(self, standby_tor, active_tor=None, existing=True, inner_packet=Non
][0]

self.existing = existing
self.inner_packet = None
if self.existing:
self.inner_packet = inner_packet
self.inner_packet = inner_packet
self.exp_pkt = self._build_tunnel_packet(self.standby_tor_lo_addr, self.active_tor_lo_addr,
inner_packet=self.inner_packet)
self.rec_pkt = None
Expand Down

0 comments on commit 7468fce

Please sign in to comment.