From patchwork Wed Oct 23 06:37:14 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Numan Siddique X-Patchwork-Id: 1181852 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ovn.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46ygfT3NMWz9sPf for ; Wed, 23 Oct 2019 17:37:35 +1100 (AEDT) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 99647B50; Wed, 23 Oct 2019 06:37:31 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id B1873AD8 for ; Wed, 23 Oct 2019 06:37:29 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 6F69F8A0 for ; Wed, 23 Oct 2019 06:37:28 +0000 (UTC) X-Originating-IP: 115.99.54.16 Received: from nummac.local (unknown [115.99.54.16]) (Authenticated sender: numans@ovn.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 29FC2240006; Wed, 23 Oct 2019 06:37:25 +0000 (UTC) From: numans@ovn.org To: dev@openvswitch.org Date: Wed, 23 Oct 2019 12:07:14 +0530 Message-Id: <20191023063714.2178-1-numans@ovn.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [PATCH ovn] Fix system-userpsace test cases X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org From: Numan Siddique During each system userspace test, we see the below warning messages in the ovn-controller.log. We need to add this to whitelist. "chassis|WARN|Could not find Chassis : stored (hv1) ovs (hv1)" Signed-off-by: Numan Siddique --- tests/system-ovn.at | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/tests/system-ovn.at b/tests/system-ovn.at index f88ad31e4..5d809e693 100644 --- a/tests/system-ovn.at +++ b/tests/system-ovn.at @@ -173,7 +173,8 @@ OVS_APP_EXIT_AND_WAIT([ovn-northd]) as OVS_TRAFFIC_VSWITCHD_STOP(["/failed to query port patch-.*/d -/connection dropped.*/d"]) +/connection dropped.*/d +/Could not find Chassis*/d"]) AT_CLEANUP AT_SETUP([ovn -- 2 LRs connected via LS, gateway router, easy SNAT]) @@ -283,7 +284,8 @@ OVS_APP_EXIT_AND_WAIT([ovn-northd]) as OVS_TRAFFIC_VSWITCHD_STOP(["/failed to query port patch-.*/d -/connection dropped.*/d"]) +/connection dropped.*/d +/Could not find Chassis*/d"]) AT_CLEANUP AT_SETUP([ovn -- multiple gateway routers, SNAT and DNAT]) @@ -503,7 +505,8 @@ OVS_APP_EXIT_AND_WAIT([ovn-northd]) as OVS_TRAFFIC_VSWITCHD_STOP(["/failed to query port patch-.*/d -/connection dropped.*/d"]) +/connection dropped.*/d +/Could not find Chassis*/d"]) AT_CLEANUP AT_SETUP([ovn -- load-balancing]) @@ -650,7 +653,9 @@ as northd OVS_APP_EXIT_AND_WAIT([ovn-northd]) as -OVS_TRAFFIC_VSWITCHD_STOP(["/failed to query port patch-.*/d"]) +OVS_TRAFFIC_VSWITCHD_STOP(["/failed to query port patch-.*/d +/connection dropped.*/d +/Could not find Chassis*/d"]) AT_CLEANUP AT_SETUP([ovn -- load-balancing - same subnet.]) @@ -757,7 +762,9 @@ as northd OVS_APP_EXIT_AND_WAIT([ovn-northd]) as -OVS_TRAFFIC_VSWITCHD_STOP(["/failed to query port patch-.*/d"]) +OVS_TRAFFIC_VSWITCHD_STOP(["/failed to query port patch-.*/d +/connection dropped.*/d +/Could not find Chassis*/d"]) AT_CLEANUP AT_SETUP([ovn -- load balancing in gateway router]) @@ -908,7 +915,8 @@ OVS_APP_EXIT_AND_WAIT([ovn-northd]) as OVS_TRAFFIC_VSWITCHD_STOP(["/failed to query port patch-.*/d -/connection dropped.*/d"]) +/connection dropped.*/d +/Could not find Chassis*/d"]) AT_CLEANUP AT_SETUP([ovn -- multiple gateway routers, load-balancing]) @@ -1077,7 +1085,8 @@ OVS_APP_EXIT_AND_WAIT([ovn-northd]) as OVS_TRAFFIC_VSWITCHD_STOP(["/failed to query port patch-.*/d -/connection dropped.*/d"]) +/connection dropped.*/d +/Could not find Chassis*/d"]) AT_CLEANUP AT_SETUP([ovn -- load balancing in router with gateway router port]) @@ -1218,7 +1227,8 @@ OVS_APP_EXIT_AND_WAIT([ovn-northd]) as OVS_TRAFFIC_VSWITCHD_STOP(["/failed to query port patch-.*/d -/connection dropped.*/d"]) +/connection dropped.*/d +/Could not find Chassis*/d"]) AT_CLEANUP AT_SETUP([ovn -- DNAT and SNAT on distributed router - N/S]) @@ -1367,7 +1377,8 @@ OVS_APP_EXIT_AND_WAIT([ovn-northd]) as OVS_TRAFFIC_VSWITCHD_STOP(["/failed to query port patch-.*/d -/connection dropped.*/d"]) +/connection dropped.*/d +/Could not find Chassis*/d"]) AT_CLEANUP AT_SETUP([ovn -- DNAT and SNAT on distributed router - E/W]) @@ -1544,7 +1555,8 @@ OVS_APP_EXIT_AND_WAIT([ovn-northd]) as OVS_TRAFFIC_VSWITCHD_STOP(["/failed to query port patch-.*/d -/connection dropped.*/d"]) +/connection dropped.*/d +/Could not find Chassis*/d"]) AT_CLEANUP AT_SETUP([ovn -- 2 LSs IGMP]) @@ -1663,5 +1675,6 @@ OVS_APP_EXIT_AND_WAIT([ovn-northd]) as OVS_TRAFFIC_VSWITCHD_STOP(["/failed to query port patch-.*/d -/connection dropped.*/d"]) +/connection dropped.*/d +/Could not find Chassis*/d"]) AT_CLEANUP