diff options
author | Benoît Ganne <bganne@cisco.com> | 2021-03-08 10:22:51 +0100 |
---|---|---|
committer | Fan Zhang <roy.fan.zhang@intel.com> | 2021-04-29 15:48:25 +0000 |
commit | 5c481ff732caef6cbd4e3c095e802f095a920d82 (patch) | |
tree | dec57d693a3d49bea0f496e6cdbf5ea4907698cc /test | |
parent | edda5926e0b755368aef017a278272b796d22467 (diff) |
crypto: fix chained buffer integrity support
Type: fix
Change-Id: I984a3e577a4209e41d046eaf3a8eef8986dc6147
Signed-off-by: Benoît Ganne <bganne@cisco.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/test_ipsec_esp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ipsec_esp.py b/test/test_ipsec_esp.py index acff595996b..95703f5a076 100644 --- a/test/test_ipsec_esp.py +++ b/test/test_ipsec_esp.py @@ -21,7 +21,7 @@ from vpp_ip import DpoProto from vpp_papi import VppEnum NUM_PKTS = 67 -engines_supporting_chain_bufs = ["openssl"] +engines_supporting_chain_bufs = ["openssl", "async"] engines = ["ia32", "ipsecmb", "openssl"] |