Skip to content

Fixe issue #18352: Stop skipping test/test_pktgen.py#18353

Merged
wangxin merged 1 commit intosonic-net:masterfrom
anders-nexthop:anders.enable-test-pktgen
May 15, 2025
Merged

Fixe issue #18352: Stop skipping test/test_pktgen.py#18353
wangxin merged 1 commit intosonic-net:masterfrom
anders-nexthop:anders.enable-test-pktgen

Conversation

@anders-nexthop
Copy link
Contributor

@anders-nexthop anders-nexthop commented May 12, 2025

Description of PR

Summary:
This test was being skipped due to a #13804 The issue as #11441, but the test was never re-enabled.

Fixes #18352

Type of change

  • Bug fix
  • Testbed and Framework(new/improvement)
  • New Test case
    • Skipped for non-supported platforms
  • Test case improvement

Back port request

  • 202012
  • 202205
  • 202305
  • 202311
  • 202405
  • 202411

Approach

What is the motivation for this PR?

Increase test coverage by re-enabling test.

How did you do it?

Removed conditional skip clause.

How did you verify/test it?

Ran the test with the clause removed and it passed.

Any platform specific information?

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

Documentation

This test was being skipped due to a known issue. The issue as resolved,
but the test was never re-enabled.
@mssonicbld
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

reason: "Have known issue, only running for 'cisco-8000', skipping for all other ASIC types"
conditions:
- "asic_type not in ['cisco-8000']"
- "https://github.com/sonic-net/sonic-mgmt/issues/13804"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please check on different asic types too. The issue is not the only condition for skipping.

Copy link
Collaborator

@wangxin wangxin left a comment

Choose a reason for hiding this comment

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

The issue is not the only condition for skipping.

Copy link
Collaborator

@wangxin wangxin left a comment

Choose a reason for hiding this comment

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

My mistake interpreting the logic here. The existing condition is to only run on cisco-8000 because other platforms have the issue. Now the issue is resolved, all platforms can run this test. This entry can be removed. This change looks good to me.

@wangxin wangxin merged commit debef1a into sonic-net:master May 15, 2025
17 checks passed
@wangxin wangxin changed the title Issue #18352: Stop skipping test/test_pktgen.py (#183) Fixe issue #18352: Stop skipping test/test_pktgen.py May 15, 2025
yejianquan added a commit to Azure/sonic-mgmt.msft that referenced this pull request Oct 14, 2025
This is a cherry-pick PR to include PR:
sonic-net/sonic-mgmt#19399

This PR has a dependency PRs, which are included in this PR as well:

sonic-net/sonic-mgmt#14460
sonic-net/sonic-mgmt#18353

signed-0ff-by: [email protected]
opcoder0 pushed a commit to opcoder0/sonic-mgmt that referenced this pull request Dec 8, 2025
…) (sonic-net#18353)

This test was being skipped due to a known issue. The issue as resolved,
but the test was never re-enabled.

Signed-off-by: opcoder0 <[email protected]>
AharonMalkin pushed a commit to AharonMalkin/sonic-mgmt that referenced this pull request Dec 16, 2025
…) (sonic-net#18353)

This test was being skipped due to a known issue. The issue as resolved,
but the test was never re-enabled.

Signed-off-by: Aharon Malkin <[email protected]>
gshemesh2 pushed a commit to gshemesh2/sonic-mgmt that referenced this pull request Dec 21, 2025
…) (sonic-net#18353)

This test was being skipped due to a known issue. The issue as resolved,
but the test was never re-enabled.

Signed-off-by: Guy Shemesh <[email protected]>
gshemesh2 pushed a commit to gshemesh2/sonic-mgmt that referenced this pull request Jan 26, 2026
…) (sonic-net#18353)

This test was being skipped due to a known issue. The issue as resolved,
but the test was never re-enabled.

Signed-off-by: Guy Shemesh <[email protected]>
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.

Enhancement: Re-enable test_pktgen.py

3 participants