Closed mssonicbld closed 4 days ago
Original PR: https://github.com/sonic-net/sonic-mgmt/pull/15524
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>
@rraghav-cisco the cherry-picked failed with static analysis. can you manually cherry pick the PR into 202405?
tests/snappi_tests/multidut/pfcwd/test_multidut_pfcwd_basic_with_snappi.py:36:25: F811 redefinition of unused 'setup_ports_and_dut' from line 21
This PR attempts to fix the fixture-not-found error and KeyError that you are seeing in the snappi_test multidut runs. Pls let me know if this works for you.
@sdszhang , 202405 PR: https://github.com/sonic-net/sonic-mgmt/pull/15713
close this one as it's being cherry picked manually.
@sdszhang : This PR attempts to fix the fixture-not-found error and KeyError that you are seeing in the snappi_test multidut runs. Pls let me know if this works for you.