From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 73916C358 for ; Wed, 17 Jun 2015 03:53:56 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 16 Jun 2015 18:53:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,629,1427785200"; d="scan'208";a="509508407" Received: from pgsmsx104.gar.corp.intel.com ([10.221.44.91]) by FMSMGA003.fm.intel.com with ESMTP; 16 Jun 2015 18:53:54 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by PGSMSX104.gar.corp.intel.com (10.221.44.91) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 17 Jun 2015 09:53:54 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.246]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.146]) with mapi id 14.03.0224.002; Wed, 17 Jun 2015 09:53:52 +0800 From: "Xu, HuilongX" To: "Fu, JingguoX" , "dts@dpdk.org" Thread-Topic: [DTS][PATCH] add smoke execution config Thread-Index: AQHQqJ/2YHYPaennlkCh6Skt5+x7qZ2v75Dg Date: Wed, 17 Jun 2015 01:53:51 +0000 Message-ID: References: <1434505799-10999-1-git-send-email-jingguox.fu@intel.com> In-Reply-To: <1434505799-10999-1-git-send-email-jingguox.fu@intel.com> Accept-Language: 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:53:56 -0000 Acked-by: xu huilong > -----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 >=20 > Signed-off-by: Jingguo Fu > --- > executions/execution_smoke.cfg | 31 +++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > create mode 100644 executions/execution_smoke.cfg >=20 > 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