diff options
author | Florin Coras <florin.coras@gmail.com> | 2020-03-23 18:13:32 +0000 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2020-03-23 21:24:34 +0000 |
commit | ae8102ec0ec49d8ab4dfa6f0199e773e1868e134 (patch) | |
tree | 7acdacd17a65df4fd7eb0ca8f1e8a901c82d16be /test/test_ipsec_esp.py | |
parent | ef633187e2c8da9d68f018df7985dfb491f44e6c (diff) |
ipsec: Revert "ipsec: fix chained ESP"
This reverts commit c2c1bfd9b72aec88526c06479b128725eb525866.
Reason for revert: Seems it's breaking ipsec esp tests
Type: fix
Change-Id: Iac590eee23cbf92a10c62dafa789aa9c3b2284dd
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'test/test_ipsec_esp.py')
-rw-r--r-- | test/test_ipsec_esp.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_ipsec_esp.py b/test/test_ipsec_esp.py index cd5a88c1969..5b057e750cc 100644 --- a/test/test_ipsec_esp.py +++ b/test/test_ipsec_esp.py @@ -509,10 +509,9 @@ class RunTestIpsecEspAll(ConfigIpsecESP, count=NUM_PKTS) LARGE_PKT_SZ = [ - 1970, # results in 2 chained buffers entering decrypt node - # but leaving as simple buffer due to ICV removal (tra4) 4010, # ICV ends up splitted accross 2 buffers in esp_decrypt # for transport4; transport6 takes normal path + 4020, # same as above but tra4 and tra6 are switched ] if self.engine in engines_supporting_chain_bufs: |