Skip to content

Commit f37fc47

Browse files
authored
Skip bgp speaker test on backend topo (#6922)
Signed-off-by: Neetha John <[email protected]> bgpmon and slb peers were removed for storage backend topology as part of sonic-net/sonic-buildimage#12251 which was causing bgp speaker test to fail on t0-backend topology. Hence skipping this test on backend topo
1 parent 7e6f4f6 commit f37fc47

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ bgp/test_bgp_gr_helper.py:
9292
conditions:
9393
- "'t2' in topo_name"
9494

95+
bgp/test_bgp_speaker.py:
96+
skip:
97+
reason: "Not supported on topology backend."
98+
conditions:
99+
- "'backend' in topo_name"
100+
95101
#######################################
96102
##### cacl #####
97103
#######################################

0 commit comments

Comments
 (0)