Ignore errors generated by sshd restarting
Change-Id: I3188754eb00962a27f7abf99bb88325381e1d55a
diff --git a/tools/test/bin/onos-check-logs b/tools/test/bin/onos-check-logs
index d668287..7ae98ee 100755
--- a/tools/test/bin/onos-check-logs
+++ b/tools/test/bin/onos-check-logs
@@ -110,7 +110,7 @@
# Sanctioned exclusions for exceptions in third-party code; one pattern per exclusion
/at org\.apache\.felix\.scr\.impl\.ComponentRegistry\.getComponentHolders\(ComponentRegistry\.java:356\)/ { exclusion = 1; }
/at org\.apache\.karaf\.service\.guard\.impl\.GuardProxyCatalog.1.run\(GuardProxyCatalog\.java:253\)/ { exclusion = 1; }
- /at org\.apache\.sshd\.server\.SshServer\.start/ { exclusion = 1; }
+
END { exit fail; }
' > $aux