Skip to content

Commit

Permalink
Skip bgp speaker test on backend topo (#6922)
Browse files Browse the repository at this point in the history
Signed-off-by: Neetha John <nejo@microsoft.com>

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
  • Loading branch information
neethajohn authored Nov 30, 2022
1 parent 7e6f4f6 commit f37fc47
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,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 #####
#######################################
Expand Down

0 comments on commit f37fc47

Please sign in to comment.