Skip to content

Commit 980b373

Browse files
sdszhangmssonicbld
authored andcommitted
skip test_bgp_slb advanced reboot for isolated topo (sonic-net#17470)
What is the motivation for this PR? 'isolated' topology doesn't support warm/fast reboot. skip the test case. How did you do it? skip it. How did you verify/test it? verified on physical testbed.
1 parent 408bf9e commit 980b373

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ bgp/test_bgp_slb.py::test_bgp_slb_neighbor_persistence_across_advanced_reboot:
169169
conditions_logical_operator: or
170170
conditions:
171171
- "topo_name in ['dualtor', 'dualtor-56', 'dualtor-120', 'dualtor-aa', 'dualtor-aa-56'] and https://github.com/sonic-net/sonic-mgmt/issues/9201"
172-
- "'backend' in topo_name or 'mgmttor' in topo_name"
172+
- "'backend' in topo_name or 'mgmttor' in topo_name or 'isolated' in topo_name"
173173

174174
bgp/test_bgp_speaker.py:
175175
skip:

0 commit comments

Comments
 (0)