Skip test_fwutil on other platforms except Mellanox#7802
Skip test_fwutil on other platforms except Mellanox#7802ZhaohuiS merged 2 commits intosonic-net:masterfrom
Conversation
Signed-off-by: Zhaohui Sun <zhaohuisun@microsoft.com>
|
The pre-commit check detected issues in the files touched by this pull request. For old issues, it is not mandatory to fix them because they were not caused by this change. It is unfair to blame Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
| skip: | ||
| reason: "Doesn't support other platforms except Mellanox" | ||
| conditions: | ||
| - "asic_type not in ['mellanox']" |
There was a problem hiding this comment.
we should ask other platform to support fwutil
Signed-off-by: Zhaohui Sun <zhaohuisun@microsoft.com>
How did you do it? Skip test_fwutil for other platforms. How did you verify/test it? Run test_fwutil.py on Broadcom platform devices. Signed-off-by: Zhaohui Sun <zhaohuisun@microsoft.com>
How did you do it? Skip test_fwutil for other platforms. How did you verify/test it? Run test_fwutil.py on Broadcom platform devices. Signed-off-by: Zhaohui Sun <zhaohuisun@microsoft.com>
Description of PR
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
Test case failed on Broadcom platforms with the following error:
How did you do it?
Skip test_fwutil for other platforms.
How did you verify/test it?
Run test_fwutil.py on Broadcom platform devices.
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation