From 5023319427e5c65a64b9d0ef6655ebf455d1360f Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sun, 3 Aug 2014 11:45:07 -0700 Subject: [PATCH] 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 --- queries/1349617.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/1349617.yaml b/queries/1349617.yaml index 7c1d0722..6f78cdc1 100644 --- a/queries/1349617.yaml +++ b/queries/1349617.yaml @@ -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"