Expand query for nova floating IP / sqla 0.9.5 bug 1333410
The original query was limited to nova unit tests but this also hits Tempest so we have to expand to what shows up in the console log. There are actually no errors in the nova service logs because nova is simply not returning results from DB queries, so it's the client that fails when it's doing it's assertions. Related-Bug: #1333410 Change-Id: I4182bbc2663e3fd7f4d7a3b956de5e94a9410e27
This commit is contained in:
parent
ff0a837d0a
commit
e2913577fb
@ -1,4 +1,4 @@
|
||||
query: >-
|
||||
message:"FAIL: nova.tests.api.ec2.test_cloud.CloudTestCase.test_associate_disassociate_address" AND
|
||||
tags:"console" AND
|
||||
project:"openstack/nova"
|
||||
(message:"FAIL: nova.tests.api.ec2.test_cloud.CloudTestCase.test_associate_disassociate_address" OR (
|
||||
message:"Floating ip" AND message:"is not associated with instance")) AND
|
||||
tags:"console"
|
Loading…
Reference in New Issue
Block a user