diff options
| author | Lou Berger <lberger@labn.net> | 2018-07-11 09:49:42 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-11-27 20:22:14 -0500 |
| commit | dce382d4a92dee4368aa8f9a51688948953ec94e (patch) | |
| tree | 419489e2d414dfb757c7f0155cabfc34edc2657e | |
| parent | 436aa319bc3f8684275fa1617162dcc8c61430b6 (diff) | |
lib: don't report cores on exit as asserts in 5.0
Signed-off-by: Lou Berger <lberger@labn.net>
| -rw-r--r-- | tests/topotests/lib/topotest.py | 2 |
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 = "" |
