From 12b98e7677af9a59b4ee432c8e24ee4a8d8a7878 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Fri, 20 Jun 2014 13:39:57 -0400 Subject: [PATCH] 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 --- queries/1332512.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1332512.yaml diff --git a/queries/1332512.yaml b/queries/1332512.yaml new file mode 100644 index 00000000..d422f97e --- /dev/null +++ b/queries/1332512.yaml @@ -0,0 +1,3 @@ +query: > + message:"FAIL: tempest.tests.test_ssh.TestSshClient.test_get_ssh_connection_two_attemps" + AND build_name:"gate-tempest-python27"