From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id BF3F9A0503; Fri, 1 Apr 2022 09:32:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B81F84067E; Fri, 1 Apr 2022 09:32:39 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 2A5CE4014F for ; Fri, 1 Apr 2022 09:32:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648798357; x=1680334357; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=9zMIA6c0f2WNFr35qMxcqejPebVJ1CkOg1meA7tvMS4=; b=J+kpPQxd03xKd2/2jGTJMmGOdCRLjhFw6bdd1+8Lm3MxPrl7QLlDZlYo pKvLspvHjwQGXz4w0FYZo2bw2a7950yoOgvK8BxC52/J4FCcxcYKt1WBs bVF/xQqUvvYDoljTqmstGFOmmU8LrtzxkwKMIpXHiYWxC0plmYKBNKD+Z VKAs4TxUS8J+7NnDmn3TsOAQRjxZDOvlnYEHti1PbqlCmCL+qvHc/p3GG CjClzHRYLq2Lxn6F2mHLBnomsp6I3M3TbHB/DHv6puttB3YsF2uuR1i9z 7TGxW29rEE/XIPpTfjeXUR0pQ0w4p+tA2SetSu5kSr2D8gKL0yjMybChJ g==; X-IronPort-AV: E=McAfee;i="6200,9189,10303"; a="259769229" X-IronPort-AV: E=Sophos;i="5.90,226,1643702400"; d="scan'208";a="259769229" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2022 00:32:36 -0700 X-IronPort-AV: E=Sophos;i="5.90,226,1643702400"; d="scan'208";a="567243847" Received: from unknown (HELO ocsbesrhlrepo01.amr.corp.intel.com) ([10.239.251.86]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2022 00:32:35 -0700 From: Peng Zhang To: dts@dpdk.org Cc: Peng Zhang Subject: [dts][PATCH V1] Modify ipsec configuration of script Date: Sat, 2 Apr 2022 18:31:53 +0800 Message-Id: <20220402103153.2305190-1-peng1x.zhang@intel.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 Modify ipsec configuration of script because of commit id which is a15f7b7d8aac9cca41d8bd022c3cf939a6a8d2e8 will lead to dts test case fail. Signed-off-by: Peng Zhang --- tests/TestSuite_inline_ipsec.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/TestSuite_inline_ipsec.py b/tests/TestSuite_inline_ipsec.py index 5d8332a4..5fceda98 100644 --- a/tests/TestSuite_inline_ipsec.py +++ b/tests/TestSuite_inline_ipsec.py @@ -113,6 +113,7 @@ class TestInlineIpsec(TestCase): "sp ipv4 out esp protect 1005 pri 1 dst 192.168.105.0/24 sport 0:65535 dport 0:65535\n" "#SA rules\n" "sa out 1005 aead_algo aes-128-gcm aead_key 2b:7e:15:16:28:ae:d2:a6:ab:f7:15:88:09:cf:4f:3d:de:ad:be:ef mode ipv4-tunnel src 172.16.1.5 dst 172.16.2.5 port_id 1 type inline-crypto-offload\n" + "sa in 5 aead_algo aes-128-gcm aead_key 2b:7e:15:16:28:ae:d2:a6:ab:f7:15:88:09:cf:4f:3d:de:ad:be:ef mode ipv4-tunnel src 172.16.2.5 dst 172.16.1.5 port_id 1 type inline-crypto-offload" "#Routing rules\n" "rt ipv4 dst 172.16.2.5/32 port 1\n") @@ -126,6 +127,7 @@ class TestInlineIpsec(TestCase): "#SP IPv4 rules\n" "sp ipv4 out esp protect 1002 pri 1 dst 192.168.102.0/24 sport 0:65535 dport 0:65535\n" "sa out 1002 aead_algo aes-128-gcm aead_key 2b:7e:15:16:28:ae:d2:a6:ab:f7:15:88:09:cf:4f:3d:de:ad:be:ef mode ipv4-tunnel src 172.16.31.35 dst 172.16.32.35 port_id 1 type inline-crypto-offload \n" + "sa in 5 aead_algo aes-128-gcm aead_key 2b:7e:15:16:28:ae:d2:a6:ab:f7:15:88:09:cf:4f:3d:de:ad:be:ef mode ipv4-tunnel src 172.16.32.35 dst 172.16.31.35 port_id 1 type inline-crypto-offload" "#Routing rules\n" "rt ipv4 dst 172.16.32.35/32 port 1\n" ) -- 2.31.1