Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chassis] Fix fib & decap test #7660

Merged
merged 1 commit into from
Mar 15, 2023
Merged

Conversation

ysmanman
Copy link
Contributor

@ysmanman ysmanman commented Mar 7, 2023

Description of PR

sonic-net/sonic-buildimage#14028 removed the lag member collection from PORTCHANNEL table in config db. This breaks fib & decap tests. Fix this by retrieving lag members from PORTCHANNEL_MEMBER table.

This PR fixes #7658.

Summary:
Fixes # (issue)

Type of change

  • Bug fix
  • Testbed and Framework(new/improvement)
  • Test case(new/improvement)

Back port request

  • 201911
  • 202012
  • [x ] 202205

Approach

What is the motivation for this PR?

How did you do it?

How did you verify/test it?

Any platform specific information?

Supported testbed topology if it's a new test case?

Documentation

@ysmanman
Copy link
Contributor Author

ysmanman commented Mar 7, 2023

Add @arlakshm @wenyiz2021 for visibility.

@wenyiz2021
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

fib & decap tests failed because of KeyError: 'members'
3 participants