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:
parent
0b7c29aab3
commit
e7bf1e2e7b
@ -1,5 +1,8 @@
|
||||
query: >
|
||||
message:"EC2ResponseError: 400 Bad Request" AND
|
||||
(message:"EC2ResponseError: 400 Bad Request" AND
|
||||
message:"AuthFailure" AND
|
||||
message:"Signature not provided" AND
|
||||
tags:"tempest.txt"
|
||||
tags:"tempest.txt") OR
|
||||
(message:"self.ec2.create_key_pair(keyname)" AND
|
||||
tags:"console" AND
|
||||
build_name:"gate-nova-python27")
|
||||
|
Loading…
Reference in New Issue
Block a user