From patchwork Wed Oct 11 04:59:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Varsha Rao X-Patchwork-Id: 824215 X-Patchwork-Delegate: pablo@netfilter.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netfilter-devel-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="bEOg158C"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3yBhbx20YZz9t5R for ; Wed, 11 Oct 2017 15:59:40 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754212AbdJKE7k (ORCPT ); Wed, 11 Oct 2017 00:59:40 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:36068 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750718AbdJKE7j (ORCPT ); Wed, 11 Oct 2017 00:59:39 -0400 Received: by mail-pf0-f196.google.com with SMTP id z11so1218991pfk.3 for ; Tue, 10 Oct 2017 21:59:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=jJB6hUr5naRlbmclNEAjHH0oXQpTVRhTwP8hWU9GQfw=; b=bEOg158CgGsPhHIkC6J1fHnPQvgx1WQjFiv+c7FXHLK0PWwwQOpzwxE59tM50ArroU +Px2gsZLDXWC3diG8ePwvTf2P3ILYQVrpUsPkysDFlSRRWi9Q2wITtXzIRPNhVLiNn6S tDRsEyu0FIaF9QI4QSiJPWrn1S2eJiv/qGh+3NNNW2HhW89xizokGw4HRCZ+HZxZTLrl VGbzkRSCEDO3ROvet6DzKgS7pfPlpW/NEAWoQ4gpItfywku3PFx0Q8UG6+ey/hnzhstn 5FiFp1Db11M3FLdP3CQAWsg85XSrepy/XlRaHmae58OLz4/6FT61iXvwWh9TSohMvKcm Au6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=jJB6hUr5naRlbmclNEAjHH0oXQpTVRhTwP8hWU9GQfw=; b=KzepcKZ52+xcO/MC1Qg+ML/EBuvM/XR8H1ZZz8SVcdxZ26tpQk+oLdDM2ga0J5D8fP GJvDWHtqigQaz/aEB7ZVwnoUaVIG1zU5+HNYPkYacSPi3LObELyVp2hpobNsNfq/Tveo QTIHljAoHih/XPQLUaDeIvDSz3NlnLmN+Bh9FftIDwaWYH+d7b2Jf6aBk67vsouOm1eh jeHWY/epPpeNj9f1X/OqqdSFwozYlNWoDtCVO5d8D4lZhP2WDQf0PuMgC50aY81S+19L YnIQEnQ33g58I3gp2ux9W2TB01cq9nqRSA8bUIZo8GGCLMXGDpk5xL9s9omFwrWy5N5w +g/Q== X-Gm-Message-State: AMCzsaUqCc+Fa6UNl7+0Blsc+NAMhj3efKn0xtzGGTjtoyoEbkh7ivqy 9n9BmEjEykLMY1DDBkGjQU8= X-Google-Smtp-Source: AOwi7QB+buuHX5BUJfldlBkmFGxdwBMYXFIiiqdtFmW3v3V8IQDmxrCFDzsa6Xcg9SLNLNMt0EOsqA== X-Received: by 10.159.197.11 with SMTP id bj11mr8892533plb.354.1507697979066; Tue, 10 Oct 2017 21:59:39 -0700 (PDT) Received: from localhost.localdomain ([2405:204:5783:cf20:a3b1:9b3b:c552:aff3]) by smtp.googlemail.com with ESMTPSA id w188sm24035514pfb.67.2017.10.10.21.59.36 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 10 Oct 2017 21:59:38 -0700 (PDT) From: Varsha Rao To: Pablo Neira Ayuso Cc: Varsha Rao , netfilter-devel@vger.kernel.org Subject: [PATCH nft 8/9] tests: files: Remove tests for table. Date: Wed, 11 Oct 2017 10:29:03 +0530 Message-Id: <4ca609955395f301bc0462fae05954a8f592dcce.1507696149.git.rvarsha016@gmail.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: References: Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org This patch removes test case for table. As test case for it is present in tests/shell file. Signed-off-by: Varsha Rao --- tests/files/obj-table | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/files/obj-table diff --git a/tests/files/obj-table b/tests/files/obj-table deleted file mode 100644 index 8b264cf..0000000 --- a/tests/files/obj-table +++ /dev/null @@ -1,9 +0,0 @@ -#! nft -f - -# table: add and delete table -add table filter -table delete filter - -# table: deleting table with chain must fail -add chain filter output -table delete filter