From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id BE201C358 for ; Wed, 17 Jun 2015 03:57:10 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 16 Jun 2015 18:57:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,629,1427785200"; d="scan'208";a="728857727" Received: from pgsmsx102.gar.corp.intel.com ([10.221.44.80]) by fmsmga001.fm.intel.com with ESMTP; 16 Jun 2015 18:57:09 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by PGSMSX102.gar.corp.intel.com (10.221.44.80) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 17 Jun 2015 09:57:06 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.46]) by shsmsx102.ccr.corp.intel.com ([169.254.2.165]) with mapi id 14.03.0224.002; Wed, 17 Jun 2015 09:57:05 +0800 From: "Liu, Yong" To: "Xu, HuilongX" , "Fu, JingguoX" , "dts@dpdk.org" Thread-Topic: [DTS][PATCH] add smoke execution config Thread-Index: AQHQqKCDUV8EU6WUI0WXHnQcEJMhH52v8IAg Date: Wed, 17 Jun 2015 01:57:04 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10E4CEBD@SHSMSX103.ccr.corp.intel.com> References: <1434505799-10999-1-git-send-email-jingguox.fu@intel.com> In-Reply-To: Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [DTS][PATCH] add smoke execution config 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, 17 Jun 2015 01:57:11 -0000 Thans, merged into 1.1 branch. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xu, HuilongX > Sent: Wednesday, June 17, 2015 9:54 AM > To: Fu, JingguoX; dts@dpdk.org > Subject: Re: [dts] [DTS][PATCH] add smoke execution config >=20 > Acked-by: xu huilong >=20 > > -----Original Message----- > > From: Fu, JingguoX > > Sent: Wednesday, June 17, 2015 9:50 AM > > To: dts@dpdk.org > > Cc: Xu, HuilongX; Fu, JingguoX > > Subject: [DTS][PATCH] add smoke execution config > > > > Signed-off-by: Jingguo Fu > > --- > > executions/execution_smoke.cfg | 31 +++++++++++++++++++++++++++++++ > > 1 file changed, 31 insertions(+) > > create mode 100644 executions/execution_smoke.cfg > > > > diff --git a/executions/execution_smoke.cfg > > b/executions/execution_smoke.cfg > > new file mode 100644 > > index 0000000..7631f5c > > --- /dev/null > > +++ b/executions/execution_smoke.cfg > > @@ -0,0 +1,31 @@ > > +[Execution1] > > +crbs=3D > > +drivername=3D > > +test_suites=3D > > + unit_tests_cmdline, > > + unit_tests_eal, > > + unit_tests_dump, > > + unit_tests_ivshmem, > > + unit_tests_kni, > > + unit_tests_lpm, > > + unit_tests_mbuf, > > + unit_tests_mempool, > > + unit_tests_power, > > + unit_tests_pmd_perf, > > + unit_tests_qos, > > + unit_tests_ring, > > + unit_tests_ringpmd, > > + unit_tests_timer, > > + dynamic_config, > > + jumboframes, > > + scatter, > > + ieee1588, > > + multiprocess, > > + l2fwd, > > + pmd, > > + checksum_offload, > > + whitelist, > > + blacklist > > +targets=3D > > + x86_64-native-linuxapp-gcc > > +parameters=3Dnic_type=3Dniantic:func=3Dtrue > > -- > > 1.9.1