From e7bf1e2e7b2f282d99db3342688a37b9becb2c04 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 9 Jan 2015 09:04:05 -0800 Subject: [PATCH] Update query for ec2 bug 1408987 This adds the coverage for the failing nova unit tests, the previous query was just catching the tempest failures. This adds 543 hits to the query, check and gate, all failures. Change-Id: Ica81974934827c6eabfd5dc7e7b4c5e560c09c0d Related-Bug: #1408987 --- queries/1408987.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/queries/1408987.yaml b/queries/1408987.yaml index c624e329..b7cd5c12 100644 --- a/queries/1408987.yaml +++ b/queries/1408987.yaml @@ -1,5 +1,8 @@ query: > - message:"EC2ResponseError: 400 Bad Request" AND - message:"AuthFailure" AND - message:"Signature not provided" AND - tags:"tempest.txt" + (message:"EC2ResponseError: 400 Bad Request" AND + message:"AuthFailure" AND + message:"Signature not provided" AND + tags:"tempest.txt") OR + (message:"self.ec2.create_key_pair(keyname)" AND + tags:"console" AND + build_name:"gate-nova-python27")