From e2913577fb007a64f390bd646dd302c0f166ca24 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 23 Jun 2014 14:51:49 -0700 Subject: [PATCH] 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 --- queries/1333410.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/queries/1333410.yaml b/queries/1333410.yaml index 4f8b2392..11b00913 100644 --- a/queries/1333410.yaml +++ b/queries/1333410.yaml @@ -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" \ No newline at end of file + (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" \ No newline at end of file