elastic-recheck/queries/1408987.yaml
Matt Riedemann e7bf1e2e7b 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
2015-01-09 11:49:15 -08:00

9 lines
264 B
YAML

query: >
(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")