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

[action] [PR:11871] Add expected "-d Multicast -j DROP" rule in test_ebtables_application #11919

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

mssonicbld
Copy link
Collaborator

Description of PR

Summary:
Fixes # (issue)
After change in sonic-net/sonic-buildimage#18064, need to update expected rules for ebtables

Type of change

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

Back port request

  • 201911
  • 202012
  • 202205
  • 202305
  • 202311

Approach

What is the motivation for this PR?

Fix the following failure

> pytest_assert(len(unexpected_ebtables_rules) == 0, "Unexpected ebtables rules: {}"
 .format(repr(unexpected_ebtables_rules)))
E Failed: Unexpected ebtables rules: {'-d Multicast -j DROP'}

How did you do it?

Add -d Multicast -j DROP in expected rule;

How did you verify/test it?

Run test_ebtables_application against master/202305/202311 image.

Any platform specific information?

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

Documentation

@mssonicbld
Copy link
Collaborator Author

Original PR: #11871

@mssonicbld mssonicbld merged commit 8502d3b into sonic-net:202311 Mar 7, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants