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
2 changes: 1 addition & 1 deletion tests/platform_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def skip_on_simx(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
platform = duthost.facts["platform"]
hwsku = duthost.facts['hwsku']
support_platform_simx_hwsku_list = ['ACS-MSN4700', 'ACS-SN4280']
support_platform_simx_hwsku_list = ['ACS-MSN4700', 'ACS-SN4280', 'ACS-SN5640', 'ACS-SN6600', 'ACS-SN6600_LD']
if "simx" in platform and hwsku not in support_platform_simx_hwsku_list:
pytest.skip('skipped on this platform: {}'.format(platform))

Expand Down
Loading