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 001321288 for ; Wed, 27 May 2015 09:02:13 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 27 May 2015 00:02:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,502,1427785200"; d="scan'208";a="577405559" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga003.jf.intel.com with ESMTP; 27 May 2015 00:02:12 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t4R729aL023496; Wed, 27 May 2015 15:02:09 +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 t4R7263Q023703; Wed, 27 May 2015 15:02:08 +0800 Received: (from huilongx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t4R726bm023699; Wed, 27 May 2015 15:02:06 +0800 From: "huilong,xu" To: dts@dpdk.org Date: Wed, 27 May 2015 15:02:02 +0800 Message-Id: <1432710125-23668-1-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [dts 1/4] [PATCH V1] add dual vlan test case in default execution file 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: Wed, 27 May 2015 07:02:14 -0000 From: huilong xu changed list: 1. add dual vlan for niantic and fortville test 2. add vlan for fortville test Signed-off-by: huilong xu --- executions/execution.cfg | 3 ++- executions/execution_FVL.cfg | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/executions/execution.cfg b/executions/execution.cfg index 73d70f6..e5c6198 100644 --- a/executions/execution.cfg +++ b/executions/execution.cfg @@ -18,7 +18,8 @@ test_suites= ip_pipeline, pmd_bonded, dynamic_config, - generic_filter + generic_filter, + dual_vlan 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 7e5151b..12990d8 100644 --- a/executions/execution_FVL.cfg +++ b/executions/execution_FVL.cfg @@ -4,7 +4,9 @@ drivername= test_suites= checksum_offload, dynamic_config, - generic_filter + generic_filter, + dual_vlan, + vlan targets= x86_64-native-linuxapp-gcc parameters=nic_type=cfg:func=true -- 1.7.4.4