From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 562AEC382 for ; Tue, 30 Jun 2015 10:55:50 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 30 Jun 2015 01:55:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,376,1432623600"; d="scan'208";a="755701596" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 30 Jun 2015 01:55:40 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t5U8tcfq025910; Tue, 30 Jun 2015 16:55:38 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t5U8taBF003071; Tue, 30 Jun 2015 16:55:38 +0800 Received: (from huilongx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t5U8tan9003067; Tue, 30 Jun 2015 16:55:36 +0800 From: "huilongx,xu" To: dts@dpdk.org Date: Tue, 30 Jun 2015 16:55:34 +0800 Message-Id: <1435654534-3036-1-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] update test suite in dpdk2.1 test cycle 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: Tue, 30 Jun 2015 08:55:50 -0000 From: huilong xu Signed-off-by: huilong xu --- executions/execution.cfg | 5 ++--- executions/execution_FVL.cfg | 4 +--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/executions/execution.cfg b/executions/execution.cfg index 6e42b90..973c4a5 100644 --- a/executions/execution.cfg +++ b/executions/execution.cfg @@ -4,6 +4,7 @@ drivername= test_suites= cmdline, hello_world, + scatter, multiprocess, timer, blacklist, @@ -22,10 +23,8 @@ test_suites= shutdown_api, fdir, ipv4_reassembly, - scatter, pmdrssreta, - pmd, - l2fwd + pmd targets= x86_64-native-linuxapp-gcc parameters=nic_type=cfg:func=true diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg index 20451a3..83ee722 100644 --- a/executions/execution_FVL.cfg +++ b/executions/execution_FVL.cfg @@ -3,6 +3,7 @@ crbs= drivername= test_suites= checksum_offload, + scatter, dynamic_config, generic_filter, dual_vlan, @@ -13,17 +14,14 @@ test_suites= fdir, nvgre, vxlan, - vxlan_sample, pmd, ipfrag, timer, jumboframes, multiprocess, - l2fwd, whitelist, blacklist, ipv4_reassembly, - scatter, pmdrssreta, pmdrss_hash targets= -- 1.7.4.4