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

Add show subinterface test into PR checker. #13876

Conversation

yutongzhang-microsoft
Copy link
Contributor

@yutongzhang-microsoft yutongzhang-microsoft commented Jul 30, 2024

Description of PR

In test script test_show_subinterface.py, we want to create the subinterfaces and check the status of these new created ports. While testing, we find that the new created ports will not inherit the speed of their ancestor, which is not expected. We suspect it is an image issue, so, we create an issue and use conditional mark to skip this case on vs testbed temporarily. As this case is skipped for now, we add it into PR checker, and after the issue is fixed, the case can run in PR test successfully.

Summary:
Fixes # (issue)

Type of change

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

Back port request

  • 202012
  • 202205
  • 202305
  • 202311
  • 202405

Approach

What is the motivation for this PR?

In test script test_show_subinterface.py, we want to create the subinterfaces and check the status of these new created ports. While testing, we find that the new created ports will not inherit the speed of their ancestor, which is not expected. We suspect it is an image issue, so, we create an issue and use conditional mark to skip this case on vs testbed temporarily. As this case is skipped for now, we add it into PR checker, and after the issue is fixed, the case can run in PR test successfully.

How did you do it?

Create an issue, and use conditional mark to skip this case on vs testbed temporarily.

How did you verify/test it?

Any platform specific information?

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

Documentation

@@ -333,7 +335,6 @@ onboarding_t0:
- snmp/test_snmp_link_local.py
- snmp/test_snmp_psu.py
- snmp/test_snmp_queue_counters.py
- sub_port_interfaces/test_show_subinterface.py
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why it is removed here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove it from onboarding T0 PR checker because it is added in T0 PR checker.

@wangxin wangxin merged commit 004fc3a into sonic-net:master Jul 31, 2024
16 checks passed
@yutongzhang-microsoft yutongzhang-microsoft deleted the yutongzhang/add_show_subinterface branch July 31, 2024 05:39
arista-hpandya pushed a commit to arista-hpandya/sonic-mgmt that referenced this pull request Oct 2, 2024
What is the motivation for this PR?
In test script test_show_subinterface.py, we want to create the subinterfaces and check the status of these new created ports. While testing, we find that the new created ports will not inherit the speed of their ancestor, which is not expected. We suspect it is an image issue, so, we create an issue and use conditional mark to skip this case on vs testbed temporarily. As this case is skipped for now, we add it into PR checker, and after the issue is fixed, the case can run in PR test successfully.

How did you do it?
Create an issue, and use conditional mark to skip this case on vs testbed temporarily.
vikshaw-Nokia pushed a commit to vikshaw-Nokia/sonic-mgmt that referenced this pull request Oct 23, 2024
What is the motivation for this PR?
In test script test_show_subinterface.py, we want to create the subinterfaces and check the status of these new created ports. While testing, we find that the new created ports will not inherit the speed of their ancestor, which is not expected. We suspect it is an image issue, so, we create an issue and use conditional mark to skip this case on vs testbed temporarily. As this case is skipped for now, we add it into PR checker, and after the issue is fixed, the case can run in PR test successfully.

How did you do it?
Create an issue, and use conditional mark to skip this case on vs testbed temporarily.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants