Skip to content

Commit

Permalink
Modify skip condition due to replacement of asic about Nokia-7215 (#6401
Browse files Browse the repository at this point in the history
)

What is the motivation for this PR?
Asic of Nokia-7215 was replaced by sonic-net/sonic-buildimage#12148, which will cause skip failure about Nokia-7215

How did you do it?
Modify skip conditions.
  • Loading branch information
yaqiangz authored and wangxin committed Oct 14, 2022
1 parent 4513592 commit 17492be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ platform_tests/broadcom:
skip:
reason: "Marvell devices does not support platform_tests/broadcom"
conditions:
- "asic_type in ['marvell']"
- "'marvell' in asic_type"

#######################################
##### cli/test_show_platform.py #####
Expand Down Expand Up @@ -632,7 +632,7 @@ platform_tests/mellanox:
skip:
reason: "Marvell devices does not support platform_tests/mellanox"
conditions:
- "asic_type in ['marvell']"
- "'marvell' in asic_type"

#######################################
##### test_platform_info.py #####
Expand Down

0 comments on commit 17492be

Please sign in to comment.