mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 18:48:14 +00:00
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:
parent
436aa319bc
commit
dce382d4a9
@ -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 = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user