sonic-net / sonic-buildimage

Scripts which perform an installable binary image build for SONiC
Other
699 stars 1.35k forks source link

sonic-mgmt: test_dcap fails on master branch: doDecapTunnelTask: unknown decap tunnel table attribute 'dst_ip' #19381

Open anamehra opened 1 week ago

anamehra commented 1 week ago

Description

Description

test_dcap.py fails on recent master based image. Adding TUNNEL_DECAP_TABLE with dst_ip fails.

2024 Jun 3 15:05:02.252996 sfd-lt2-lc0 ERR swss0#orchagent: :- doDecapTunnelTask: unknown decap tunnel table attribute 'dst_ip'.

2024 Jun 3 15:05:02.781241 sfd-lt2-lc0 ERR swss1#orchagent: :- doDecapTunnelTask: unknown decap tunnel table attribute 'dst_ip'.

2024 Jun 3 15:05:03.569594 sfd-lt2-lc0 ERR swss2#orchagent: :- doDecapTunnelTask: unknown decap tunnel table attribute 'dst_ip'.

2024 Jun 3 15:05:30.977447 sfd-lt2-lc0 ERR swss0#orchagent: :- doDecapTunnelTask: unknown decap tunnel table attribute 'dst_ip'.

The failure may be a regression caused by https://github.com/sonic-net/sonic-swss/pull/3117 has some recent changes around this area which introduced the doDecapTunnelTask() call.

This function does not handle 'dst_ip' field.

https://github.com/sonic-net/sonic-buildimage/issues/19204 was closed based on sonic-buildimage side fixes but sonic-mgmt fixes are pending. Raising this issue to track sonic-mgmt fix.

Steps to reproduce the issue:

1. 2. 3.

Describe the results you received:

Describe the results you expected:

Output of show version:

(paste your output here)

Output of show techsupport:

(paste your output here or download and attach the file here )

Additional information you deem important (e.g. issue happens only occasionally):

anamehra commented 1 week ago

@abdosi , @lolyu , for your viz.