From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 3227BA0096 for ; Tue, 9 Apr 2019 03:40:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ACD944C8F; Tue, 9 Apr 2019 03:40:42 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 3765E3572 for ; Tue, 9 Apr 2019 03:40:40 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Apr 2019 18:40:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,327,1549958400"; d="scan'208";a="147637625" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by FMSMGA003.fm.intel.com with ESMTP; 08 Apr 2019 18:40:39 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 8 Apr 2019 18:40:38 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.164]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.139]) with mapi id 14.03.0415.000; Tue, 9 Apr 2019 09:40:32 +0800 From: "Tu, Lijuan" To: "Luo, Michael" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] tests/l2fwd_cryptodev_func: build the sample app l2fwd-crypto before tests. Thread-Index: AQHU7armBZzAUNMCh0mjvJiK589hJaYzDxFw Date: Tue, 9 Apr 2019 01:40:32 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA5E174@SHSMSX101.ccr.corp.intel.com> References: <1554686798-73344-1-git-send-email-michael.luo@intel.com> In-Reply-To: <1554686798-73344-1-git-send-email-michael.luo@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGEzYjBmYTEtMGUxYy00Y2IxLWJiMTktMDRkOTVlODg3ZTA3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTXF3emZ0Z3NiZlZkZTEwOUNlZVdDZkRPbkxCeDRsR080eEJGdXVpK1dROTRhZ1pZTjFXWlVSUHFUbk5KcG5ieiJ9 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] [PATCH] tests/l2fwd_cryptodev_func: build the sample app l2fwd-crypto before tests. 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of > michael.luo@intel.com > Sent: Sunday, April 7, 2019 6:27 PM > To: dts@dpdk.org > Subject: [dts] [PATCH] tests/l2fwd_cryptodev_func: build the sample app > l2fwd-crypto before tests. >=20 > From: Luo Gaoliang >=20 > Signed-off-by: Luo Gaoliang > --- > tests/TestSuite_l2fwd_cryptodev_func.py | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/tests/TestSuite_l2fwd_cryptodev_func.py > b/tests/TestSuite_l2fwd_cryptodev_func.py > index 546c010..2b1194b 100644 > --- a/tests/TestSuite_l2fwd_cryptodev_func.py > +++ b/tests/TestSuite_l2fwd_cryptodev_func.py > @@ -85,6 +85,10 @@ class TestL2fwdCrypto(TestCase): > if not cc.is_build_skip(self): > cc.build_dpdk_with_cryptodev(self) >=20 > + out =3D self.dut.build_dpdk_apps("./examples/l2fwd-crypto") > + self.verify("Error" not in out, "Compilation error") > + self.verify("No such" not in out, "Compilation error") > + > self.vf_driver =3D self.get_suite_cfg()['vf_driver'] > cc.bind_qat_device(self, self.vf_driver) >=20 > -- > 2.7.4