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 77097A00E6 for ; Wed, 17 Apr 2019 06:03:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1342B1B520; Wed, 17 Apr 2019 06:03:36 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 26C1B1B51B for ; Wed, 17 Apr 2019 06:03:33 +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 fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Apr 2019 21:03:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,360,1549958400"; d="scan'208";a="143565359" Received: from xuyanjie.sh.intel.com ([10.67.111.13]) by fmsmga007.fm.intel.com with ESMTP; 16 Apr 2019 21:03:32 -0700 From: xuyanjie To: dts@dpdk.org Cc: xuyanjie Date: Wed, 17 Apr 2019 05:49:49 -0400 Message-Id: <1555494589-170504-1-git-send-email-yanjie.xu@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH] add new ipsec lib test scripts 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" Signed-off-by: xuyanjie diff --git a/tests/TestSuite_cryptodev_new_ipsec-gw.py b/tests/TestSuite_cryptodev_new_ipsec-gw.py index 5e348db..8062c4f 100644 --- a/tests/TestSuite_cryptodev_new_ipsec-gw.py +++ b/tests/TestSuite_cryptodev_new_ipsec-gw.py @@ -66,14 +66,14 @@ class TestIPsecGW(TestCase): self.logger.info("dut ports = " + str(self.dut_ports)) self.logger.info("ports_socket = " + str(self.ports_socket)) - # Generally, testbed should has 4 ports NIC, like, + # Generally, testbed should have 4 ports NIC, like, # 03:00.0 03:00.1 03:00.2 03:00.3 # This test case will # - physical link is 03:00.0 <-> 03:00.1 and 03:00.2 <-> 03:00.3 # - bind 03:00.0 and 03:00.2 to ipsec-secgw app # - send test packet from 03:00.3 # - receive packet which forwarded by ipsec-secgw from 03:00.0 - # - configure port and peer in dts port.cfg + # - http://git.dpdk.org/tools/dts/tree/conf/ports.cfg self.tx_port = self.tester.get_local_port(self.dut_ports[1]) self.rx_port = self.tester.get_local_port(self.dut_ports[0]) @@ -92,7 +92,7 @@ class TestIPsecGW(TestCase): "config": None, "P": "", "p": "0x3", - "f": "local_conf/ipsec_test.cfg", + "f": "conf/new_lib_ipsec_test.cfg", "u": "0x1" } @@ -180,7 +180,7 @@ class TestIPsecGW(TestCase): result = self._execute_ipsec_gw_test(ipsec_gw_opt_str) self.verify(result, "FAIL") - def test_qat_aes_128_ctr_ipv4_transport(self): + def test_trs_qat_aes_128_ctr_ipv4(self): if cc.is_test_skip(self): return -- 2.7.4