From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E03748E8B for ; Tue, 15 Sep 2015 03:42:00 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 14 Sep 2015 18:42:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,532,1437462000"; d="scan'208";a="804486516" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.238.55.12]) by orsmga002.jf.intel.com with ESMTP; 14 Sep 2015 18:41:59 -0700 From: "lijuan,tu" To: dts@dpdk.org Date: Tue, 15 Sep 2015 09:37:42 +0800 Message-Id: <1442281062-14796-3-git-send-email-lijuanx.a.tu@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1442281062-14796-1-git-send-email-lijuanx.a.tu@intel.com> References: <1442281062-14796-1-git-send-email-lijuanx.a.tu@intel.com> Subject: [dts] [PATCH 3/3] Add l3fwdacl test suite in execution file Signed-off-by: Lijuan Tu 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, 15 Sep 2015 01:42:01 -0000 From: Lijuan Tu Signed-off-by: Lijuan Tu --- 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 20d9bd6..0fa3779 100644 --- a/executions/execution.cfg +++ b/executions/execution.cfg @@ -26,7 +26,8 @@ test_suites= pmdrssreta, pmd, l2fwd, - kni + kni, + l3fwdacl 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 7bdd2b7..aa924f1 100644 --- a/executions/execution_FVL.cfg +++ b/executions/execution_FVL.cfg @@ -27,7 +27,8 @@ test_suites= pmdrssreta, pmdrss_hash, ieee1588, - kni + kni, + l3fwdacl targets= x86_64-native-linuxapp-gcc parameters=nic_type=cfg:func=true -- 1.7.4.4