From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) by dpdk.org (Postfix) with ESMTP id 8ECB42BC1 for ; Thu, 9 Aug 2018 18:44:26 +0200 (CEST) Received: from pps.filterd (m0098419.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w79Gd4nx121519 for ; Thu, 9 Aug 2018 12:44:25 -0400 Received: from smtp.notes.na.collabserv.com (smtp.notes.na.collabserv.com [192.155.248.91]) by mx0b-001b2d01.pphosted.com with ESMTP id 2krs0j8yxw-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 09 Aug 2018 12:44:25 -0400 Received: from localhost by smtp.notes.na.collabserv.com with smtp.notes.na.collabserv.com ESMTP for from ; Thu, 9 Aug 2018 16:44:25 -0000 Received: from us1a3-smtp05.a3.dal06.isc4sb.com (10.146.71.159) by smtp.notes.na.collabserv.com (10.106.227.143) with smtp.notes.na.collabserv.com ESMTP; Thu, 9 Aug 2018 16:44:21 -0000 Received: from us1a3-mail93.a3.dal06.isc4sb.com ([10.146.21.248]) by us1a3-smtp05.a3.dal06.isc4sb.com with ESMTP id 2018080916442108-803919 ; Thu, 9 Aug 2018 16:44:21 +0000 MIME-Version: 1.0 In-Reply-To: <20180809161722.GA14668@bricha3-MOBL.ger.corp.intel.com> To: Bruce Richardson Cc: dev@dpdk.org From: "Vivian Kong" Date: Thu, 9 Aug 2018 12:42:41 -0400 References: <3fa3162e-9440-a957-4aa1-0f437e245ba2@intel.com> <8d982053-4e32-9dbe-fe76-f42bedd52fb5@intel.com> <20180809161722.GA14668@bricha3-MOBL.ger.corp.intel.com> X-KeepSent: 88E45558:935B909C-852582E4:005BBF8D; type=4; name=$KeepSent X-Mailer: IBM Notes Release 9.0.1EXT SHF888 April 26, 2018 X-LLNOutbound: False X-Disclaimed: 8707 X-TNEFEvaluated: 1 x-cbid: 18080916-9951-0000-0000-000008FD4561 X-IBM-SpamModules-Scores: BY=0.02262; FL=0; FP=0; FZ=0; HX=0; KW=0; PH=0; SC=0.417846; ST=0; TS=0; UL=0; ISC=; MB=0.205189 X-IBM-SpamModules-Versions: BY=3.00009514; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000266; SDB=6.01071352; UDB=6.00551675; IPR=6.00851029; BA=6.00006071; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00022615; XFM=3.00000015; UTC=2018-08-09 16:44:24 X-IBM-AV-DETECTION: SAVI=unsuspicious REMOTE=unsuspicious XFE=unused X-IBM-AV-VERSION: SAVI=2018-08-09 11:53:24 - 6.00008808 x-cbparentid: 18080916-9952-0000-0000-000070C4659F Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2018-08-09_06:, , signatures=0 X-Proofpoint-Spam-Reason: safe Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] How to run tests X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2018 16:44:26 -0000 Thanks all! Regards, Vivian Kong Linux on z Systems Open Source Ecosystem IBM Canada Toronto Lab Bruce Richardson wrote on 2018/08/09 12:17:23 PM: > > On Thu, Aug 09, 2018 at 04:54:36PM +0100, Burakov, Anatoly wrote: > > On 09-Aug-18 2:54 PM, Vivian Kong wrote: > > > Thanks Anatoly. > > > > > > Is there a set of tests I can run to verify the build? > > > > Generally, most unit tests in the test app will do what you require. > > Additionally, if you're using make build system, you can run "maketest" and > > it'll run an autotest script. Some tests may fail for various reasons > > (additional setup requirements for KNI tests, multiprocess issues affecting > > EAL flags and multiprocess autotests...), but generally that command can be > > used to "verify the build". > > > > That said, it is by no means an exhaustive test, because most of DPDK > > functionality of interest will require setting up traffic forwarding - unit > > tests do very limited testing of that for obvious reasons. > > > > Just FYI: > As well as "make test", for meson builds you can also use "meson test", or > "meson test " to run just one specific test. >