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:9301] [Dual-Tor][Mellanox]Use GRE type 0x8949 when it is Nvidia platform in the test_encap_with_mirror_session test. #10175

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

mssonicbld
Copy link
Collaborator

Description of PR

Summary:
The test case test_encap_with_mirror_session in tests/dualtor/test_ipinip.py uses the GRE type 1234(0x04d2) when configuring the mirror session.
But for Nvidia platforms, we only support the GRE type 35145(0x8949) for mirroring and this is already noted in our release notes.

Type of change

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

Back port request

  • 201911
  • 202012
  • 202205
  • 202305

Approach

What is the motivation for this PR?

Fix the GRE type test issue in test_encap_with_mirror_session test.

How did you do it?

Use GRE type 0x8949 when it is Nvidia platform.

How did you verify/test it?

Run the test on 4600C dualtor setup, it passed.

Any platform specific information?

This change is only for Nvidia platforms.

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

Documentation

Use gre type 0x8949 when it is Nvidia platform.
@mssonicbld
Copy link
Collaborator Author

Original PR: #9301

@mssonicbld mssonicbld merged commit 479fc5f into sonic-net:202205 Sep 28, 2023
10 checks passed
@mssonicbld mssonicbld deleted the cherry/202205/9301 branch February 4, 2024 08:32
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