Skip to content

Commit

Permalink
[202012] Skip bgp speaker test on storage backend topology (#6921)
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#12262 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 286389b commit 0ba53a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 #####
Expand Down

0 comments on commit 0ba53a4

Please sign in to comment.