summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorJeff Bean <bean@uber.com>2018-06-23 18:33:40 -0700
committerJeff Bean <bean@uber.com>2018-06-23 18:38:23 -0700
commit72bbb9678381686acf14b0177dbf442a6761f41b (patch)
treee8f48b5097c6cedc392d0c24641c1058acf69bcb /test
parentbc4854ce505e2f3fe434a1ce30526f77c4d1fef4 (diff)
potential - Found a bug in the python tests
Diffstat (limited to 'test')
-rw-r--r--test/scenario_test/route_reflector_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/scenario_test/route_reflector_test.py b/test/scenario_test/route_reflector_test.py
index 3008ad14..53654c34 100644
--- a/test/scenario_test/route_reflector_test.py
+++ b/test/scenario_test/route_reflector_test.py
@@ -241,7 +241,6 @@ class GoBGPTestBase(unittest.TestCase):
def test_12_routes_from_separate_rts_peers_are_isolated_by_rr(self):
self.tyrell1.local("gobgp vrf add a1 rd 100:100 rt both 100:100")
- self.tyrell1.local("gobgp vrf add a1 rd 100:100 rt both 100:100")
self.tyrell1.local("gobgp vrf a1 rib add 10.10.0.0/16 local-pref 200")
self.tyrell1.local("gobgp vrf a1 rib add 10.30.0.0/16")
time.sleep(1)