Skip to content

Commit

Permalink
Add cisco-8000 in the qinq fanout support list (sonic-net#16204)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Wang <[email protected]>
  • Loading branch information
kevinskwang authored and mssonicbld committed Dec 24, 2024
1 parent 2b394bb commit 16c1b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/acl/test_acl_outer_vlan.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ def skip_sonic_leaf_fanout(fanouthosts):
pytest.skip("OS Version of fanout is older than 202205, unsupported")
asic_type = fanouthost.facts['asic_type']
platform = fanouthost.facts["platform"]
if not (asic_type in ["broadcom", "mellanox"] or platform in ["armhf-nokia_ixs7215_52x-r0"]):
if not (asic_type in ["broadcom", "mellanox", "cisco-8000"] or platform in ["armhf-nokia_ixs7215_52x-r0"]):
pytest.skip("Not supporteds on SONiC leaf-fanout platform")


Expand Down
2 changes: 1 addition & 1 deletion tests/common/helpers/portchannel_to_vlan.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def setup_po2vlan(duthosts, ptfhost, rand_one_dut_hostname, rand_selected_dut, p
pytest.skip("OS Version of fanout is older than 202205, unsupported")
asic_type = fanouthost.facts['asic_type']
platform = fanouthost.facts["platform"]
if not (asic_type in ["broadcom", "mellanox"] or platform in
if not (asic_type in ["broadcom", "mellanox", "cisco-8000"] or platform in
["armhf-nokia_ixs7215_52x-r0", "arm64-nokia_ixs7215_52xb-r0"]):
pytest.skip("Not supporteds on SONiC leaf-fanout platform")

Expand Down

0 comments on commit 16c1b0e

Please sign in to comment.