Skip to content

Commit

Permalink
[tests/bgp_speaker] skip until test is fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
  • Loading branch information
Stepan Blyschak committed Aug 1, 2019
1 parent 295ea96 commit 82088f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_bgp_speaker.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import pytest
from netaddr import *
import sys
import time
Expand Down Expand Up @@ -26,6 +27,7 @@ def generate_ips(num, prefix, exclude_ips):

return generated_ips

@pytest.mark.skip(reason='test is broken')
def test_bgp_speaker(localhost, ansible_adhoc, testbed):
"""setup bgp speaker on T0 topology and verify routes advertised
by bgp speaker is received by T0 TOR
Expand Down

0 comments on commit 82088f5

Please sign in to comment.