Skip to content

Commit 0ba53a4

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ bfd/test_bfd.py:
3232
#######################################
3333
bgp/test_bgp_speaker.py:
3434
skip:
35-
reason: "M0 topo does not support test_bgp_speaker"
35+
reason: "M0/backend topo does not support test_bgp_speaker"
3636
conditions:
37-
- "topo_name in ['m0']"
37+
- "topo_name in ['m0', 't0-backend']"
3838

3939
#######################################
4040
##### cacl #####

0 commit comments

Comments
 (0)