From patchwork Fri Sep 15 15:02:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Numan Siddique X-Patchwork-Id: 1834974 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=2605:bc80:3010::136; helo=smtp3.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=patchwork.ozlabs.org) Received: from smtp3.osuosl.org (smtp3.osuosl.org [IPv6:2605:bc80:3010::136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4RnHW003Qnz1yhZ for ; Sat, 16 Sep 2023 01:03:07 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 3D05561390; Fri, 15 Sep 2023 15:03:05 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 3D05561390 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eSjbo5pxauN1; Fri, 15 Sep 2023 15:03:04 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp3.osuosl.org (Postfix) with ESMTPS id 487BD6137E; Fri, 15 Sep 2023 15:03:03 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 487BD6137E Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id EF1BCC0039; Fri, 15 Sep 2023 15:03:02 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by lists.linuxfoundation.org (Postfix) with ESMTP id 9CA11C0032 for ; Fri, 15 Sep 2023 15:03:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 6232A83CB5 for ; Fri, 15 Sep 2023 15:03:01 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 6232A83CB5 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MsZ3BepLVki0 for ; Fri, 15 Sep 2023 15:03:00 +0000 (UTC) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::224]) by smtp1.osuosl.org (Postfix) with ESMTPS id 7527083CB4 for ; Fri, 15 Sep 2023 15:03:00 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 7527083CB4 Received: by mail.gandi.net (Postfix) with ESMTPSA id 01861E0012; Fri, 15 Sep 2023 15:02:56 +0000 (UTC) From: numans@ovn.org To: dev@openvswitch.org Date: Fri, 15 Sep 2023 11:02:53 -0400 Message-ID: <20230915150253.889897-1-numans@ovn.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-GND-Sasl: numans@ovn.org Subject: [ovs-dev] [PATCH ovn] ovn-northd: Remove dumping unknown table "port_group_set". X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" From: Numan Siddique _DUMP_DB_TABLES macro dumps this unknown table in SB DB. Fixes: 5b6a7adbf353("northd: Add incremental processing for NB port groups.") Signed-off-by: Numan Siddique Acked-by: Dumitru Ceara --- tests/ovn-northd.at | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ovn-northd.at b/tests/ovn-northd.at index 8ffd111af6..7f584ef705 100644 --- a/tests/ovn-northd.at +++ b/tests/ovn-northd.at @@ -11,7 +11,6 @@ m4_define([_DUMP_DB_TABLES], [ ovn-sbctl list address_set >> $1 ovn-sbctl list meter >> $1 ovn-sbctl list meter_band >> $1 - ovn-sbctl list port_group_set >> $1 ]) # CHECK_NO_CHANGE_AFTER_RECOMPUTE