From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 519EFC320 for ; Tue, 16 Jun 2015 07:39:01 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 15 Jun 2015 22:39:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,623,1427785200"; d="scan'208";a="508935249" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by FMSMGA003.fm.intel.com with ESMTP; 15 Jun 2015 22:38:59 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t5G5csJ0009789; Tue, 16 Jun 2015 13:38:54 +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 t5G5cpCC015075; Tue, 16 Jun 2015 13:38:53 +0800 Received: (from huilongx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t5G5cppQ015071; Tue, 16 Jun 2015 13:38:51 +0800 From: "huilong,xu" To: dts@dpdk.org Date: Tue, 16 Jun 2015 13:38:48 +0800 Message-Id: <1434433128-15034-2-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1434433128-15034-1-git-send-email-huilongx.xu@intel.com> References: <1434433128-15034-1-git-send-email-huilongx.xu@intel.com> Subject: [dts] [PATCH 2/2] add some test suite for fortville test 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, 16 Jun 2015 05:39:01 -0000 From: huilong xu Signed-off-by: huilong xu --- executions/execution_FVL.cfg | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg index 987731d..20451a3 100644 --- a/executions/execution_FVL.cfg +++ b/executions/execution_FVL.cfg @@ -10,7 +10,22 @@ test_suites= shutdown_api, queue_start_stop, tso, - fdir + fdir, + nvgre, + vxlan, + vxlan_sample, + pmd, + ipfrag, + timer, + jumboframes, + multiprocess, + l2fwd, + whitelist, + blacklist, + ipv4_reassembly, + scatter, + pmdrssreta, + pmdrss_hash targets= x86_64-native-linuxapp-gcc parameters=nic_type=cfg:func=true -- 1.7.4.4