From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6E84FA2E1B for ; Wed, 4 Sep 2019 07:08:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5FA191EC91; Wed, 4 Sep 2019 07:08:15 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 435831E9CF for ; Wed, 4 Sep 2019 07:08:14 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Sep 2019 22:08:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,465,1559545200"; d="scan'208";a="183785957" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga007.fm.intel.com with ESMTP; 03 Sep 2019 22:08:13 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 3 Sep 2019 22:08:12 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 3 Sep 2019 22:08:12 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.92]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.53]) with mapi id 14.03.0439.000; Wed, 4 Sep 2019 13:08:10 +0800 From: "Tu, Lijuan" To: "Zhao, XinfengX" , "dts@dpdk.org" CC: "Zhao, XinfengX" Thread-Topic: [dts] [PATCH V1 1/3] tests: add 3DES and null cases for cryptodev ipsec-gw test Thread-Index: AQHVXI/sdiykwvbkVUOPbd7/JwYRGqcbBFIQ Date: Wed, 4 Sep 2019 05:08:09 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB1BECC@SHSMSX101.ccr.corp.intel.com> References: <1566850668-339181-1-git-send-email-xinfengx.zhao@intel.com> In-Reply-To: <1566850668-339181-1-git-send-email-xinfengx.zhao@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.2.0.6 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjZmNjUwZTktMDBkMC00Yzc2LTlhZGQtOGE2YWNjOWY0NjRiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiM0J1WENlbkpPQTlMWXJYM1laVDV1SSs4cUJTYXJseFNrK3kxU1prU2RMQndoRUljbExERVVxQXEwS2hUTUF4TCJ9 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 V1 1/3] tests: add 3DES and null cases for cryptodev ipsec-gw 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Applied the series, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xinfeng Zhao > Sent: Tuesday, August 27, 2019 4:18 AM > To: dts@dpdk.org > Cc: Zhao, XinfengX > Subject: [dts] [PATCH V1 1/3] tests: add 3DES and null cases for cryptode= v > ipsec-gw test >=20 > Signed-off-by: Xinfeng Zhao > --- > tests/TestSuite_ipsec_gw_cryptodev_func.py | 146 +++++++++++++++++++++ > 1 file changed, 146 insertions(+) >=20 > diff --git a/tests/TestSuite_ipsec_gw_cryptodev_func.py > b/tests/TestSuite_ipsec_gw_cryptodev_func.py > index dafb085..901df6c 100644 > --- a/tests/TestSuite_ipsec_gw_cryptodev_func.py > +++ b/tests/TestSuite_ipsec_gw_cryptodev_func.py > @@ -242,6 +242,19 @@ class TestIPsecGW(TestCase): > result =3D self._execute_ipsec_gw_test(ipsec_gw_opt_str) > self.verify(result, "FAIL") >=20 > + def test_qat_null_ipv4_transport(self): > + if cc.is_test_skip(self): > + return > + > + self.logger.info("Test qat_null_ipv4_transport") > + self.pcap_filename =3D "test_qat_null_ipv4_transport" > + ipsec_gw_opt_str =3D self._get_ipsec_gw_opt_str() > + self.logger.debug(ipsec_gw_opt_str) > + > + result =3D self._execute_ipsec_gw_test(ipsec_gw_opt_str) > + self.verify(result, "FAIL") > + > + > def test_qat_aes_128_cbc_ipv6_tunnel(self): > if cc.is_test_skip(self): > return > @@ -332,6 +345,67 @@ class TestIPsecGW(TestCase): > result =3D self._execute_ipsec_gw_test(ipsec_gw_opt_str) > self.verify(result, "FAIL") >=20 > + def test_qat_null_ipv6_transport(self): > + if cc.is_test_skip(self): > + return > + > + self.logger.info("Test qat_null_ipv6_transport") > + self.pcap_filename =3D "test_qat_null_ipv6_transport" > + ipsec_gw_opt_str =3D self._get_ipsec_gw_opt_str() > + self.logger.debug(ipsec_gw_opt_str) > + > + result =3D self._execute_ipsec_gw_test(ipsec_gw_opt_str) > + self.verify(result, "FAIL") > + > + > + def test_qat_3des_cbc_ipv4_tunnel(self): > + if cc.is_test_skip(self): > + return > + > + self.logger.info("Test qat_3des_cbc_ipv4_tunnel") > + self.pcap_filename =3D "test_qat_3des_cbc_ipv4_tunnel" > + ipsec_gw_opt_str =3D self._get_ipsec_gw_opt_str() > + self.logger.debug(ipsec_gw_opt_str) > + > + result =3D self._execute_ipsec_gw_test(ipsec_gw_opt_str) > + self.verify(result, "FAIL") > + > + def test_qat_3des_cbc_ipv6_tunnel(self): > + if cc.is_test_skip(self): > + return > + > + self.logger.info("Test qat_3des_cbc_ipv6_tunnel") > + self.pcap_filename =3D "test_qat_3des_cbc_ipv6_tunnel" > + ipsec_gw_opt_str =3D self._get_ipsec_gw_opt_str() > + self.logger.debug(ipsec_gw_opt_str) > + > + result =3D self._execute_ipsec_gw_test(ipsec_gw_opt_str) > + self.verify(result, "FAIL") > + > + def test_qat_3des_cbc_ipv4_transport(self): > + if cc.is_test_skip(self): > + return > + > + self.logger.info("Test qat_3des_cbc_ipv4_transport") > + self.pcap_filename =3D "test_qat_3des_cbc_ipv4_transport" > + ipsec_gw_opt_str =3D self._get_ipsec_gw_opt_str() > + self.logger.debug(ipsec_gw_opt_str) > + > + result =3D self._execute_ipsec_gw_test(ipsec_gw_opt_str) > + self.verify(result, "FAIL") > + > + def test_qat_3des_cbc_ipv6_transport(self): > + if cc.is_test_skip(self): > + return > + > + self.logger.info("Test qat_3des_cbc_ipv6_transport") > + self.pcap_filename =3D "test_qat_3des_cbc_ipv6_transport" > + ipsec_gw_opt_str =3D self._get_ipsec_gw_opt_str() > + self.logger.debug(ipsec_gw_opt_str) > + > + result =3D self._execute_ipsec_gw_test(ipsec_gw_opt_str) > + self.verify(result, "FAIL") > + > def test_sw_aes_128_cbc_ipv4_tunnel(self): > if cc.is_test_skip(self): > return > @@ -421,6 +495,18 @@ class TestIPsecGW(TestCase): > result =3D self._execute_ipsec_gw_test(ipsec_gw_opt_str) > self.verify(result, "FAIL") >=20 > + def test_sw_null_ipv4_transport(self): > + if cc.is_test_skip(self): > + return > + > + self.logger.info("Test sw_null_ipv4_transport") > + self.pcap_filename =3D "test_sw_null_ipv4_transport" > + ipsec_gw_opt_str =3D self._get_ipsec_gw_opt_str() > + self.logger.debug(ipsec_gw_opt_str) > + > + result =3D self._execute_ipsec_gw_test(ipsec_gw_opt_str) > + self.verify(result, "FAIL") > + > def test_sw_aes_128_cbc_ipv6_tunnel(self): > if cc.is_test_skip(self): > return > @@ -511,6 +597,18 @@ class TestIPsecGW(TestCase): > result =3D self._execute_ipsec_gw_test(ipsec_gw_opt_str) > self.verify(result, "FAIL") >=20 > + def test_sw_null_ipv6_transport(self): > + if cc.is_test_skip(self): > + return > + > + self.logger.info("Test sw_null_ipv6_transport") > + self.pcap_filename =3D "test_sw_null_ipv6_transport" > + ipsec_gw_opt_str =3D self._get_ipsec_gw_opt_str() > + self.logger.debug(ipsec_gw_opt_str) > + > + result =3D self._execute_ipsec_gw_test(ipsec_gw_opt_str) > + self.verify(result, "FAIL") > + > def test_sw_aes_128_ctr_ipv4_tunnel(self): > if cc.is_test_skip(self): > return > @@ -559,6 +657,54 @@ class TestIPsecGW(TestCase): > result =3D self._execute_ipsec_gw_test(ipsec_gw_opt_str) > self.verify(result, "FAIL") >=20 > + def test_sw_3des_cbc_ipv4_tunnel(self): > + if cc.is_test_skip(self): > + return > + > + self.logger.info("Test sw_3des_cbc_ipv4_tunnel") > + self.pcap_filename =3D "test_sw_3des_cbc_ipv4_tunnel" > + ipsec_gw_opt_str =3D self._get_ipsec_gw_opt_str() > + self.logger.debug(ipsec_gw_opt_str) > + > + result =3D self._execute_ipsec_gw_test(ipsec_gw_opt_str) > + self.verify(result, "FAIL") > + > + def test_sw_3des_cbc_ipv6_tunnel(self): > + if cc.is_test_skip(self): > + return > + > + self.logger.info("Test sw_3des_cbc_ipv6_tunnel") > + self.pcap_filename =3D "test_sw_3des_cbc_ipv6_tunnel" > + ipsec_gw_opt_str =3D self._get_ipsec_gw_opt_str() > + self.logger.debug(ipsec_gw_opt_str) > + > + result =3D self._execute_ipsec_gw_test(ipsec_gw_opt_str) > + self.verify(result, "FAIL") > + > + def test_sw_3des_cbc_ipv4_transport(self): > + if cc.is_test_skip(self): > + return > + > + self.logger.info("Test sw_3des_cbc_ipv4_transport") > + self.pcap_filename =3D "test_sw_3des_cbc_ipv4_transport" > + ipsec_gw_opt_str =3D self._get_ipsec_gw_opt_str() > + self.logger.debug(ipsec_gw_opt_str) > + > + result =3D self._execute_ipsec_gw_test(ipsec_gw_opt_str) > + self.verify(result, "FAIL") > + > + def test_sw_3des_cbc_ipv6_transport(self): > + if cc.is_test_skip(self): > + return > + > + self.logger.info("Test sw_3des_cbc_ipv6_transport") > + self.pcap_filename =3D "test_sw_3des_cbc_ipv6_transport" > + ipsec_gw_opt_str =3D self._get_ipsec_gw_opt_str() > + self.logger.debug(ipsec_gw_opt_str) > + > + result =3D self._execute_ipsec_gw_test(ipsec_gw_opt_str) > + self.verify(result, "FAIL") > + > def _get_ipsec_gw_opt_str(self, override_ipsec_gw_opts=3D{}): > return cc.get_opt_str(self, self._default_ipsec_gw_opts, > override_ipsec_gw_opts) > -- > 2.17.1