Add query for bug 1332512

This commit adds a query for the race condition in the ssh timeout
tempest unit tests. The actual failure error is an assertion error
with False != True. However, since this is the general failure message
if assertTrue or assertFalse fails it would be to general to
fingerprint. So instead the test name was used instead.

Change-Id: Ic83516c39f1a0e29e961eb3c1b81257c46bb257d
Related-Bug: #1332512
This commit is contained in:
Matthew Treinish 2014-06-20 13:39:57 -04:00
parent 7190bc0931
commit 12b98e7677
1 changed files with 3 additions and 0 deletions

3
queries/1332512.yaml Normal file
View File

@ -0,0 +1,3 @@
query: >
message:"FAIL: tempest.tests.test_ssh.TestSshClient.test_get_ssh_connection_two_attemps"
AND build_name:"gate-tempest-python27"