From 4fb0d21759b30007a00d93f468b1ebcce4c8409c Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sun, 8 Jun 2014 05:44:04 -0700 Subject: [PATCH] Make query for ssh timeout bug 1298472 more general This same ssh timeout failure is showing up in at least four different scenario tests that try to ssh to an instance, so make the query more general since given the state of the gate right now (terrible), the underlying root issue is probably the same. Related-Bug: #1298472 Change-Id: I76a2bf477cad10639f5ec5676d16490a5e687746 --- queries/1298472.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/queries/1298472.yaml b/queries/1298472.yaml index b2495242..573bbe48 100644 --- a/queries/1298472.yaml +++ b/queries/1298472.yaml @@ -1,4 +1,4 @@ query: >- - message:"self._check_content_of_written_file(ssh_client, text)" AND - tags:"console" - + message:"SSHTimeout: Connection to the" AND + message:"via SSH timed out." AND + tags:"tempest.txt"