elastic-recheck/queries/1537754.yaml
Devananda van der Veen 3e7d255e1b Add query for Ironic bug 1537754
We've been seeing an error in Ironic's tempest-BaremetalBasicOps test
where q-svc reports DB Error RouterNotFound, causing this test to fail.

Of note, the same error is intentionally created by a Neutron tempest
job, so I have added this test name to the query to limit it to
situations where it should not be failing.

Change-Id: I3b7664e9ca6a96e2f70278b7c2e3acbc0f9ef12e
2016-01-26 05:50:02 -08:00

6 lines
181 B
YAML

query: >
tags:"screen-q-svc.txt" AND
( message:"tempest-BaremetalBasicOps-" AND
message:"update failed (client error): Router" AND
message:"could not be found")