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
This commit is contained in:
Matt Riedemann 2015-01-09 09:04:05 -08:00
parent 0b7c29aab3
commit e7bf1e2e7b

View File

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