Update query for grenade ssh bug 1349617
Remove the number of attempts/seconds part of the query since the failure doesn't apparently always ultimately fail on the same number so the query was missing some hits. There will be some redundancy now but we should have expanded coverage. Change-Id: Ife831891a4c76106241761d6557c38c20d96f885 Related-Bug: #1349617
This commit is contained in:
parent
ba5b88ed8a
commit
5023319427
@ -1,4 +1,4 @@
|
||||
query: >
|
||||
message:"Failed to establish authenticated ssh connection to cirros@" AND
|
||||
message:"(Error reading SSH protocol banner[Errno 104] Connection reset by peer). Number attempts: 18. Retry after 19 seconds." AND
|
||||
message:"(Error reading SSH protocol banner[Errno 104] Connection reset by peer). Number attempts" AND
|
||||
tags:"console"
|
||||
|
Loading…
x
Reference in New Issue
Block a user