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 E647B568A for ; Mon, 9 Nov 2015 03:53:57 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 08 Nov 2015 18:53:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,264,1444719600"; d="scan'208";a="831211747" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 08 Nov 2015 18:53:56 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id tA92rsJW005626; Mon, 9 Nov 2015 10:53:54 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id tA92rpBJ027807; Mon, 9 Nov 2015 10:53:53 +0800 Received: (from yliu84x@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id tA92rp89027803; Mon, 9 Nov 2015 10:53:51 +0800 From: Yong Liu To: dts@dpdk.org Date: Mon, 9 Nov 2015 10:53:50 +0800 Message-Id: <1447037630-27769-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH] Add unified packet type detect suite in 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: Mon, 09 Nov 2015 02:53:58 -0000 From: Marvin Liu Signed-off-by: Marvin Liu diff --git a/executions/execution.cfg b/executions/execution.cfg index 1870ec2..aa0b384 100644 --- a/executions/execution.cfg +++ b/executions/execution.cfg @@ -26,7 +26,8 @@ test_suites= pmdrssreta, pmd, l2fwd, - kni + kni, + uni_pkt 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 b404676..2a9a9cc 100644 --- a/executions/execution_FVL.cfg +++ b/executions/execution_FVL.cfg @@ -27,7 +27,8 @@ test_suites= pmdrssreta, pmdrss_hash, ieee1588, - kni + kni, + uni_pkt targets= x86_64-native-linuxapp-gcc parameters=nic_type=cfg:func=true -- 1.9.3