From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 5BB7A91A1 for ; Wed, 21 Oct 2015 04:17:17 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 20 Oct 2015 19:17:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,709,1437462000"; d="scan'208";a="798672699" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.238.55.12]) by orsmga001.jf.intel.com with ESMTP; 20 Oct 2015 19:17:08 -0700 From: guyongjie To: dts@dpdk.org Date: Wed, 21 Oct 2015 10:12:41 +0800 Message-Id: <1445393562-8247-1-git-send-email-yongjiex.gu@intel.com> X-Mailer: git-send-email 1.9.3 Cc: Gu yongjie Subject: [dts] [PATCH] remove n/a suites from execution.cfg X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Oct 2015 02:17:17 -0000 From: Gu yongjie Signed-off-by: Gu yongjie --- executions/execution.cfg | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/executions/execution.cfg b/executions/execution.cfg index 20d9bd6..c01da1d 100644 --- a/executions/execution.cfg +++ b/executions/execution.cfg @@ -14,8 +14,6 @@ test_suites= ipfrag, link_flowctrl, vlan, - ip_pipeline, - pmd_bonded, dynamic_config, generic_filter, dual_vlan, @@ -25,7 +23,6 @@ test_suites= scatter, pmdrssreta, pmd, - l2fwd, kni targets= x86_64-native-linuxapp-gcc -- 1.7.4.4