mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 13:01:59 +00:00
lib: Add different failure comment on processes killed by AddressSanitizer
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
597cabb74d
commit
84379e8e7f
@ -260,6 +260,8 @@ class Router(Node):
|
||||
addrSanFile.write("### AddressSanitizer error in topotest `%s`, test `%s`, router `%s`\n\n" % (callingTest, callingProc, self.name))
|
||||
addrSanFile.write(' '+ '\n '.join(addressSantizerLog.group(1).splitlines()) + '\n')
|
||||
addrSanFile.write("\n---------------\n")
|
||||
return "%s: Daemon %s not running - killed by AddressSanitizer" % (self.name, daemon)
|
||||
|
||||
return "%s: Daemon %s not running" % (self.name, daemon)
|
||||
return ""
|
||||
def get_ipv6_linklocal(self):
|
||||
|
Loading…
Reference in New Issue
Block a user