Skip to content

Commit

Permalink
skipping dhcp_relay TCs for 8111 platform (sonic-net#11230)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharudattaSChitale authored and mssonicbld committed Jan 15, 2024
1 parent 9c0799f commit f5a0b0d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,21 @@ decap/test_decap.py::test_decap[ttl=uniform, dscp=uniform, vxlan=set_unset]:
skip:
reason: "Not supported uniform ttl mode"

#######################################
##### dhcp_relay #####
#######################################
dhcp_relay/test_dhcp_relay.py:
skip:
reason: "Need to skip for platform x86_64-8111_32eh_o-r0"
conditions:
- "platform in ['x86_64-8111_32eh_o-r0']"

dhcp_relay/test_dhcpv6_relay.py:
skip:
reason: "Need to skip for platform x86_64-8111_32eh_o-r0"
conditions:
- "platform in ['x86_64-8111_32eh_o-r0']"

#######################################
##### drop_packets #####
#######################################
Expand Down Expand Up @@ -499,6 +514,12 @@ generic_config_updater:
conditions:
- "'t2' in topo_name"

generic_config_updater/test_dhcp_relay.py:
skip:
reason: "Need to skip for platform x86_64-8111_32eh_o-r0"
conditions:
- "platform in ['x86_64-8111_32eh_o-r0']"

generic_config_updater/test_ecn_config_update.py::test_ecn_config_updates:
skip:
reason: "This test is not run on this asic type or topology currently"
Expand Down

0 comments on commit f5a0b0d

Please sign in to comment.