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

[action] [PR:16125] Skip test_dhcp_relay for Cisco 8122 BE deployment #16133

Merged
merged 1 commit into from
Dec 19, 2024
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
10 changes: 5 additions & 5 deletions tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@ decap/test_subnet_decap.py::test_vlan_subnet_decap:
#######################################
dhcp_relay/test_dhcp_relay.py:
skip:
reason: "Need to skip for platform x86_64-8111_32eh_o-r0"
reason: "Need to skip for Cisco backend platform"
conditions:
- "platform in ['x86_64-8111_32eh_o-r0']"
- "platform in ['x86_64-8111_32eh_o-r0', 'x86_64-8122_64eh_o-r0', 'x86_64-8122_64ehf_o-r0']"

dhcp_relay/test_dhcp_relay.py::test_dhcp_relay_after_link_flap:
skip:
Expand Down Expand Up @@ -824,18 +824,18 @@ generic_config_updater:
conditions:
- "'t2' in topo_name"

generic_config_updater/test_bgp_prefix.py::test_bgp_prefix_tc1_suite[empty]:
generic_config_updater/test_bgp_prefix.py::test_bgp_prefix_tc1_suite:
skip:
reason: "Cisco 8122 backend compute ai platform is not supported."
conditions:
- "platform in ['x86_64-8122_64eh_o-r0', 'x86_64-8122_64ehf_o-r0']"

generic_config_updater/test_dhcp_relay.py:
skip:
reason: "Need to skip for platform x86_64-8111_32eh_o-r0 or backend topology / generic_config_updater is not a supported feature for T2"
reason: "Need to skip for Cisco backend platform/ generic_config_updater is not a supported feature for T2"
conditions_logical_operator: "OR"
conditions:
- "platform in ['x86_64-8111_32eh_o-r0']"
- "platform in ['x86_64-8111_32eh_o-r0', 'x86_64-8122_64eh_o-r0', 'x86_64-8122_64ehf_o-r0']"
- "'backend' in topo_name"
- "'t2' in topo_name"

Expand Down
Loading