[V1] Modify ipsec configuration of script

Message ID 20220402103153.2305190-1-peng1x.zhang@intel.com (mailing list archive)
State Superseded
Headers
Series [V1] Modify ipsec configuration of script |

Checks

Context Check Description
ci/Intel-dts-suite-test warning SKIPPED

Commit Message

Zhang, Peng1X April 2, 2022, 10:31 a.m. UTC
  Modify ipsec configuration of script because of commit id which is a15f7b7d8aac9cca41d8bd022c3cf939a6a8d2e8 will lead to dts test case fail.

Signed-off-by: Peng Zhang <peng1x.zhang@intel.com>
---
 tests/TestSuite_inline_ipsec.py | 2 ++
 1 file changed, 2 insertions(+)
  

Patch

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"
         )