From b71a7c948b66f0825ad8c46215a2c6aebd3263bc Mon Sep 17 00:00:00 2001 From: Neetha John Date: Wed, 30 Nov 2022 10:29:56 -0800 Subject: [PATCH] Skip bgp speaker test on backend topo (#6922) Signed-off-by: Neetha John 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 --- .../plugins/conditional_mark/tests_mark_conditions.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 1a21c862f36..77d18f1719f 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -79,6 +79,12 @@ bgp/test_bgp_gr_helper.py: conditions: - "'t2' in topo_name" +bgp/test_bgp_speaker.py: + skip: + reason: "Not supported on topology backend." + conditions: + - "'backend' in topo_name" + ####################################### ##### cacl ##### #######################################