From: Lou Berger Date: Wed, 11 Jul 2018 13:49:42 +0000 (-0400) Subject: lib: don't report cores on exit as asserts in 5.0 X-Git-Tag: frr-7.1-dev~151^2~63 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=dce382d4a92dee4368aa8f9a51688948953ec94e;p=matthieu%2Ffrr.git lib: don't report cores on exit as asserts in 5.0 Signed-off-by: Lou Berger --- 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 = ""