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 F3F0191A1 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="798672714" 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:09 -0700 From: guyongjie To: dts@dpdk.org Date: Wed, 21 Oct 2015 10:12:42 +0800 Message-Id: <1445393562-8247-2-git-send-email-yongjiex.gu@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1445393562-8247-1-git-send-email-yongjiex.gu@intel.com> References: <1445393562-8247-1-git-send-email-yongjiex.gu@intel.com> Cc: Gu yongjie Subject: [dts] [PATCH] remove n/a suites from execution_FVL.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:18 -0000 From: Gu yongjie Signed-off-by: Gu yongjie --- executions/execution_FVL.cfg | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg index 7bdd2b7..0d55d21 100644 --- a/executions/execution_FVL.cfg +++ b/executions/execution_FVL.cfg @@ -13,19 +13,21 @@ test_suites= fdir, nvgre, vxlan, - vxlan_sample, pmd, ipfrag, timer, jumboframes, multiprocess, - l2fwd, whitelist, blacklist, ipv4_reassembly, scatter, pmdrssreta, pmdrss_hash, + ipv6_reassembly, + link_status_interrupt, + pmd_pcap, + interrupt_pmd, ieee1588, kni targets= -- 1.7.4.4