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
This commit is contained in:
Matt Riedemann 2014-06-08 05:44:04 -07:00
parent c00048a50e
commit 4fb0d21759

View File

@ -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"