From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 441B55A49 for ; Thu, 21 May 2015 10:30:29 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 21 May 2015 01:30:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,467,1427785200"; d="scan'208";a="729486579" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga002.fm.intel.com with ESMTP; 21 May 2015 01:30:29 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t4L8UPD4007932; Thu, 21 May 2015 16:30:25 +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 t4L8UNdt012766; Thu, 21 May 2015 16:30:25 +0800 Received: (from huilongx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t4L8UNQB012762; Thu, 21 May 2015 16:30:23 +0800 From: huilongx xu To: dts@dpdk.org Date: Thu, 21 May 2015 16:30:16 +0800 Message-Id: <1432197020-12725-2-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1432197020-12725-1-git-send-email-huilongx.xu@intel.com> References: <1432197020-12725-1-git-send-email-huilongx.xu@intel.com> Cc: jingguox.fu@intel.com Subject: [dts] [dts 1/5] [v2] add dynamic config test in default 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: Thu, 21 May 2015 08:30:29 -0000 From: huilong xu Signed-off-by: huilong xu --- execution.cfg | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/execution.cfg b/execution.cfg index a67d7b3..3d38026 100644 --- a/execution.cfg +++ b/execution.cfg @@ -16,7 +16,8 @@ test_suites= fdir, vlan, ip_pipeline, - pmd_bonded + pmd_bonded, + dynamic_config targets= x86_64-native-linuxapp-gcc parameters=nic_type=cfg:func=true -- 1.7.4.4