summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/topotest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/lib/topotest.py')
-rw-r--r--tests/topotests/lib/topotest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/lib/topotest.py b/tests/topotests/lib/topotest.py
index 7133546e86..3114d47c9d 100644
--- a/tests/topotests/lib/topotest.py
+++ b/tests/topotests/lib/topotest.py
@@ -561,7 +561,7 @@ class Router(Node):
super(Router, self).terminate()
os.system('chmod -R go+rw /tmp/topotests')
- def stopRouter(self, wait=True, assertOnError=True, minErrorVersion='5.0'):
+ def stopRouter(self, wait=True, assertOnError=True, minErrorVersion='5.1'):
# Stop Running Quagga or FRR Daemons
rundaemons = self.cmd('ls -1 /var/run/%s/*.pid' % self.routertype)
errors = ""