From 0ba53a4cc1c26e3fc5c6d3ee009820dd33a2795d Mon Sep 17 00:00:00 2001 From: Neetha John Date: Wed, 30 Nov 2022 10:28:12 -0800 Subject: [PATCH] [202012] Skip bgp speaker test on storage backend topology (#6921) Signed-off-by: Neetha John 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 --- .../plugins/conditional_mark/tests_mark_conditions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index b0b54d7384..55d06fe136 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -32,9 +32,9 @@ bfd/test_bfd.py: ####################################### bgp/test_bgp_speaker.py: skip: - reason: "M0 topo does not support test_bgp_speaker" + reason: "M0/backend topo does not support test_bgp_speaker" conditions: - - "topo_name in ['m0']" + - "topo_name in ['m0', 't0-backend']" ####################################### ##### cacl #####