lib: don't report cores on exit as asserts in 5.0

Signed-off-by: Lou Berger <lberger@labn.net>
This commit is contained in:
Lou Berger 2018-07-11 09:49:42 -04:00 committed by Donald Sharp
parent 436aa319bc
commit dce382d4a9

View File

@ -561,7 +561,7 @@ class Router(Node):
super(Router, self).terminate() super(Router, self).terminate()
os.system('chmod -R go+rw /tmp/topotests') 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 # Stop Running Quagga or FRR Daemons
rundaemons = self.cmd('ls -1 /var/run/%s/*.pid' % self.routertype) rundaemons = self.cmd('ls -1 /var/run/%s/*.pid' % self.routertype)
errors = "" errors = ""