From patchwork Thu Nov 28 11:30:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arturo Borrero X-Patchwork-Id: 294860 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 591712C009E for ; Thu, 28 Nov 2013 22:30:40 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758754Ab3K1LaU (ORCPT ); Thu, 28 Nov 2013 06:30:20 -0500 Received: from smtp3.cica.es ([150.214.5.190]:34076 "EHLO smtp.cica.es" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758533Ab3K1LaS (ORCPT ); Thu, 28 Nov 2013 06:30:18 -0500 Received: from localhost (unknown [127.0.0.1]) by smtp.cica.es (Postfix) with ESMTP id 9766751ED74 for ; Thu, 28 Nov 2013 11:30:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at cica.es Received: from smtp.cica.es ([127.0.0.1]) by localhost (mail.cica.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PRq35KhXQP8H for ; Thu, 28 Nov 2013 12:30:17 +0100 (CET) Received: from nfdev.cica.es (nfdev.cica.es [IPv6:2a00:9ac0:c1ca:31::220]) by smtp.cica.es (Postfix) with ESMTP id 686E051ED13 for ; Thu, 28 Nov 2013 12:30:17 +0100 (CET) Subject: [libnftables PATCH 2/2] tests: extend test-script to also tests parsing To: netfilter-devel@vger.kernel.org From: Arturo Borrero Gonzalez Date: Thu, 28 Nov 2013 12:30:16 +0100 Message-ID: <20131128113016.11152.36686.stgit@nfdev.cica.es> In-Reply-To: <20131128113010.11152.61271.stgit@nfdev.cica.es> References: <20131128113010.11152.61271.stgit@nfdev.cica.es> User-Agent: StGit/0.15 MIME-Version: 1.0 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Lets test the XML/JSON parsing with test-script.sh. Singed-off-by: Arturo Borrero Gonzalez --- tests/test-script.sh | 2 ++ 1 file changed, 2 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/tests/test-script.sh b/tests/test-script.sh index 458f818..b766421 100755 --- a/tests/test-script.sh +++ b/tests/test-script.sh @@ -18,3 +18,5 @@ ./nft-rule-test ./nft-set-test ./nft-table-test +./nft-parsing-test xmlfiles +./nft-parsing-test jsonfiles