From patchwork Mon Aug 18 09:26:09 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 164 Return-Path: Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 1D7D0B370 for ; Mon, 18 Aug 2014 11:23:05 +0200 (CEST) Received: by mail-wg0-f47.google.com with SMTP id b13so4671355wgh.18 for ; Mon, 18 Aug 2014 02:26:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=PiasJn7QPWSYaAppQ/+STbd7UuGE6zAnKZzE3mA3LYg=; b=NyIzcIFTmd/wjMZDBKZrxVVSQYPq2OZn/Symrjpod9VyPuTKK/mWWC36DUpZ9cNjzk ioHGDzp23c5KRqYFkxzapk/WFbl7HP6on3PiQg9BCbbvf4ankepHzp9xODsCVg2j6uyt Lf2LN3OyJGSP7e8M8Yp7zzZ9lCKvaMks079O1wRugVEis6P7deTr9XxRoPydhyCMtSW0 ycd5gbebnewnIJ7GrRAYzURKtIZ/jklcRwwjb+qaynrX54mYsjOvDhHMBajqhu9FzEr+ N3l2qhS/+XVcrfaxhUwIdDtC84wnf9k6IGxs+iHisTofxpy9NIPAct8gbAJIJZPKGHd3 cvfw== X-Gm-Message-State: ALoCoQl9nroNfrVMU80Nm2k6D4/7GuvjkYaAuZgeqEHvtv9X9IHVdhnlLxMsqeZ0yBj50GcBRNOK X-Received: by 10.180.82.97 with SMTP id h1mr40381978wiy.1.1408353987484; Mon, 18 Aug 2014 02:26:27 -0700 (PDT) Received: from alcyon.dev.6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id za9sm25087627wjc.29.2014.08.18.02.26.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 Aug 2014 02:26:26 -0700 (PDT) From: David Marchand To: dev@dpdk.org Date: Mon, 18 Aug 2014 11:26:09 +0200 Message-Id: <1408353973-16663-4-git-send-email-david.marchand@6wind.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1408353973-16663-1-git-send-email-david.marchand@6wind.com> References: <1408353973-16663-1-git-send-email-david.marchand@6wind.com> Subject: [dpdk-dev] [PATCH 3/7] app/test: remove pm_autotest X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2014 09:23:05 -0000 This test is not linked to any code, remove it. It may be some leftover from 24f42575dfe2226f126546d0ca501cba9fbd6373. Signed-off-by: David Marchand --- app/test/autotest_data.py | 6 ------ app/test/commands.c | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index d0c55c8..878c72e 100644 --- a/app/test/autotest_data.py +++ b/app/test/autotest_data.py @@ -340,12 +340,6 @@ parallel_test_group_list = [ "Func" : default_autotest, "Report" : None, }, - { - "Name" : "Pattern match autotest", - "Command" : "pm_autotest", - "Func" : default_autotest, - "Report" : None, - }, { "Name" :"Sched autotest", "Command" : "sched_autotest", diff --git a/app/test/commands.c b/app/test/commands.c index 5f23420..4a0cc05 100644 --- a/app/test/commands.c +++ b/app/test/commands.c @@ -238,7 +238,7 @@ cmdline_parse_token_string_t cmd_autotest_autotest = "memcpy_perf_autotest#ring_perf_autotest#" "red_autotest#meter_autotest#sched_autotest#" "memcpy_perf_autotest#kni_autotest#" - "pm_autotest#ivshmem_autotest#" + "ivshmem_autotest#" "devargs_autotest#table_autotest#" #ifdef RTE_LIBRTE_ACL "acl_autotest#"