Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ platform_tests/fwutil/test_fwutil.py::test_fwutil_auto:
#######################################
platform_tests/mellanox:
skip:
reason: "Mellanox platform tests only supported on Mellanox devices"
reason: "Mellanox platform tests only supported on Mellanox devices"
conditions:
- "asic_type not in ['mellanox']"

Expand Down Expand Up @@ -804,7 +804,7 @@ platform_tests/test_reboot.py::test_fast_reboot:
skip:
reason: "Skip test_fast_reboot for m0/mx"
conditions:
- "topo_name in ['m0', 'mx', 't1', 't2']"
- "topo_type in ['m0', 'mx', 't1', 't2']"
xfail:
reason: "case failed and waiting for fix"
conditions:
Expand All @@ -821,7 +821,7 @@ platform_tests/test_reboot.py::test_soft_reboot:
skip:
reason: "Skip test_soft_reboot for m0/mx"
conditions:
- "topo_name in ['m0', 'mx']"
- "topo_type in ['m0', 'mx']"
xfail:
reason: "case failed and waiting for fix"
conditions:
Expand All @@ -832,7 +832,7 @@ platform_tests/test_reboot.py::test_warm_reboot:
skip:
reason: "Skip test_warm_reboot for m0/mx"
conditions:
- "topo_name in ['m0', 'mx', 't1', 't2']"
- "topo_type in ['m0', 'mx', 't1', 't2']"
xfail:
reason: "case failed and waiting for fix"
conditions:
Expand Down