From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A9EA35A31 for ; Sun, 6 Sep 2015 08:51:32 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 05 Sep 2015 23:51:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,478,1437462000"; d="scan'208";a="798790135" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.238.55.12]) by orsmga002.jf.intel.com with ESMTP; 05 Sep 2015 23:51:30 -0700 From: huilong xu To: dts@dpdk.org Date: Sun, 6 Sep 2015 14:47:17 +0800 Message-Id: <1441522039-36247-2-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1441522039-36247-1-git-send-email-huilongx.xu@intel.com> References: <1441522039-36247-1-git-send-email-huilongx.xu@intel.com> Subject: [dts] [PATCH V2 2/4] add kni test case in fvl and niantic case 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: Sun, 06 Sep 2015 06:51:33 -0000 From: "huilongx,xu" --- executions/execution.cfg | 3 ++- executions/execution_FVL.cfg | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/executions/execution.cfg b/executions/execution.cfg index 6e42b90..20d9bd6 100644 --- a/executions/execution.cfg +++ b/executions/execution.cfg @@ -25,7 +25,8 @@ test_suites= scatter, pmdrssreta, pmd, - l2fwd + l2fwd, + kni 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 9f25802..7bdd2b7 100644 --- a/executions/execution_FVL.cfg +++ b/executions/execution_FVL.cfg @@ -26,7 +26,8 @@ test_suites= scatter, pmdrssreta, pmdrss_hash, - ieee1588 + ieee1588, + kni targets= x86_64-native-linuxapp-gcc parameters=nic_type=cfg:func=true -- 1.9.3