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

[QoS]Test_buffer_model test skip for Nokia platform #13690

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ansrajpu-git
Copy link
Contributor

Description of PR

Updating skip condition for test_buffer_model_test.py in conditional mark as this was overriding the base test skip condition for nokia platform 'x86_64-nokia_ixr7250e_36x400g-r0'

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?

Test suite was executing skipped test.

How did you do it?

Updated the conditional mark skip condition

How did you verify/test it?

Executed the test and verify the results

Any platform specific information?

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

Documentation

Copy link
Contributor

@wsycqyz wsycqyz left a comment

Choose a reason for hiding this comment

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

Look good to më

arlakshm
arlakshm previously approved these changes Sep 3, 2024
@@ -1166,7 +1166,7 @@ qos/test_buffer.py::test_buffer_model_test:
skip:
reason: "Running only on mellanox devices and covered by unit testing"
conditions:
- "asic_type in ['mellanox']"
- "asic_type in ['mellanox'] or platform in ['x86_64-nokia_ixr7250e_36x400g-r0']"
Copy link
Contributor

Choose a reason for hiding this comment

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

is this an asic limitation? can we add asic_subtype == 'dnx' iso of platform check?

@ansrajpu-git ansrajpu-git changed the title [QoS]Updating conditional mark for test_buffer_model test skip for Nokia platform [QoS]Test_buffer_model test skip for Nokia platform Oct 2, 2024
@ansrajpu-git
Copy link
Contributor Author

@arlakshm , updated condition. please approve.

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