From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 6AA52C312 for ; Tue, 16 Jun 2015 07:38:55 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 15 Jun 2015 22:38:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,623,1427785200"; d="scan'208";a="711688773" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 15 Jun 2015 22:38:55 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t5G5cpK8009714; Tue, 16 Jun 2015 13:38:51 +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 t5G5cnZv015068; Tue, 16 Jun 2015 13:38:51 +0800 Received: (from huilongx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t5G5cnXJ015064; Tue, 16 Jun 2015 13:38:49 +0800 From: "huilong,xu" To: dts@dpdk.org Date: Tue, 16 Jun 2015 13:38:47 +0800 Message-Id: <1434433128-15034-1-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH 1/2] add some test suite for niantic 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:38:55 -0000 From: huilong xu Signed-off-by: huilong xu --- executions/execution.cfg | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/executions/execution.cfg b/executions/execution.cfg index b3a7479..6e42b90 100644 --- a/executions/execution.cfg +++ b/executions/execution.cfg @@ -13,7 +13,6 @@ test_suites= jumboframes, ipfrag, link_flowctrl, - fdir, vlan, ip_pipeline, pmd_bonded, @@ -21,7 +20,12 @@ test_suites= generic_filter, dual_vlan, shutdown_api, - fdir + fdir, + ipv4_reassembly, + scatter, + pmdrssreta, + pmd, + l2fwd targets= x86_64-native-linuxapp-gcc parameters=nic_type=cfg:func=true -- 1.7.4.4