From dce382d4a92dee4368aa8f9a51688948953ec94e Mon Sep 17 00:00:00 2001 From: Lou Berger Date: Wed, 11 Jul 2018 09:49:42 -0400 Subject: [PATCH] lib: don't report cores on exit as asserts in 5.0 Signed-off-by: Lou Berger --- tests/topotests/lib/topotest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ""