Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporary skip subnet decap test with issue since feature haven't been added to yang model #15947

Merged
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 @@ -321,11 +321,12 @@ decap/test_decap.py::test_decap[ttl=uniform, dscp=uniform, vxlan=set_unset]:

decap/test_subnet_decap.py::test_vlan_subnet_decap:
skip:
reason: "Supported only on T0 topology with KVM or broadcom td3 asic or mellanox asic, and available for 202405 release and later"
reason: "Supported only on T0 topology with KVM or broadcom td3 asic or mellanox asic, and available for 202405 release and later, need to skip on KVM testbed since subnet_decap feature haven't been added into yang model"
conditions_logical_operator: or
conditions:
- "topo_type not in ['t0']"
- "asic_type not in ['vs', 'mellanox'] and asic_gen not in ['td3']"
- "asic_type in ['vs'] and https://github.com/sonic-net/sonic-buildimage/issues/21090"
- "release in ['202012', '202205', '202305', '202311']"

#######################################
Expand Down
Loading