e7bf1e2e7b
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
9 lines
264 B
YAML
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")
|