Open congh-nvidia opened 1 week ago
The pre-commit check detected issues in the files touched by this pull request. The pre-commit check is a mandatory check, please fix detected issues.
Detailed pre-commit check results:
trim trailing whitespace.................................................PassedTo run the pre-commit checks locally, you can follow below steps:
pre-commit
package is installed:
sudo pip install pre-commit
pre-commit install
pre-commit
pre-commit run --from-ref <commit_id> --to-ref <commit_id>
The pre-commit check detected issues in the files touched by this pull request. The pre-commit check is a mandatory check, please fix detected issues.
Detailed pre-commit check results:
trim trailing whitespace.................................................PassedTo run the pre-commit checks locally, you can follow below steps:
pre-commit
package is installed:
sudo pip install pre-commit
pre-commit install
pre-commit
pre-commit run --from-ref <commit_id> --to-ref <commit_id>
@nissampa @rameshraghupathy for viz
Description of PR
Summary: This PR is to add the support for skipping tests on the smartswitch DPU. With the change in PR(https://github.com/sonic-net/sonic-mgmt/pull/15695), we are able to run a test directly on a smartswitch DPU. But we need to also be able to skip tests on a DPU based on the conditional marks.
Type of change
Back port request
Approach
What is the motivation for this PR?
Add support for skipping tests on the smartswitch DPU
How did you do it?
There are 2 main changes in this PR:
How did you verify/test it?
Run regression in our internal regression. It works fine.
Any platform specific information?
This change is only for the smartswitch testbed, and it will not harm the regular testbeds.
Supported testbed topology if it's a new test case?
Documentation