Add query for nova unit test bug 1291620

We can't fingerprint on just the test case name since that would overlap
with bug 1266611 which we have another query for, and in that bug it's a
different exception case.

Related-Bug: #1291620

Change-Id: I3bcaa06296d031da0de1db5b31ee29874dcbc19f
This commit is contained in:
Matt Riedemann 2014-03-12 14:22:39 -07:00
parent 047433b5b0
commit 3fa712382a

4
queries/1291620.yaml Normal file
View File

@ -0,0 +1,4 @@
query: >
message:"UnexpectedTaskStateError: Unexpected task state: expecting [None] but the actual state is powering-off" AND
filename:"console.html" AND
(build_name:"gate-nova-python27" OR build_name:"gate-nova-python26")