Skip to content

Commit 3a31896

Browse files
sdszhanggshemesh2
authored andcommitted
skip test_gcu_acl_dhcp_rule_creation for isolated topology (sonic-net#20187)
What is the motivation for this PR? Skip DHCP test case in test_dynamic_acl.py How did you do it? skip it in conditional marker. How did you verify/test it? run in local test testbed. Signed-off-by: Guy Shemesh <[email protected]>
1 parent f2cfda0 commit 3a31896

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,6 +1531,12 @@ generic_config_updater/test_dynamic_acl.py:
15311531
- "topo_name in ['m0-2vlan']"
15321532
- "platform in ['x86_64-8101_32fh_o-r0', 'x86_64-8102_64h_o-r0', 'x86_64-8101_32fh_o_c01-r0']"
15331533

1534+
generic_config_updater/test_dynamic_acl.py::test_gcu_acl_dhcp_rule_creation:
1535+
skip:
1536+
reason: "DHCP is not enabled in isolated topo"
1537+
conditions:
1538+
- "'t0-isolated' in topo_name"
1539+
15341540
generic_config_updater/test_ecn_config_update.py::test_ecn_config_updates:
15351541
skip:
15361542
reason: "This test is not run on this asic type, topology, or version currently"

0 commit comments

Comments
 (0)