diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2022-11-10 12:34:17 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2022-11-10 18:35:31 +0000 |
commit | b15a0000fff121cdd9ab03c208da429e27901b38 (patch) | |
tree | e2602590c364220af33c8751843c447385970a94 /extras/hs-test/utils.go | |
parent | ee4172ef0a115b6d96cfb0d5cc6ef4fb211c01aa (diff) |
hs-test: add http client connect test
Type: test
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: If705d311065e128b4b6df7d8d80910e4be72d3e6
Diffstat (limited to 'extras/hs-test/utils.go')
-rwxr-xr-x | extras/hs-test/utils.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/hs-test/utils.go b/extras/hs-test/utils.go index 4674bafc6dc..3dc511ee13d 100755 --- a/extras/hs-test/utils.go +++ b/extras/hs-test/utils.go @@ -46,6 +46,7 @@ plugins { plugin dpdk_plugin.so { disable } plugin crypto_aesni_plugin.so { enable } plugin quic_plugin.so { enable } + plugin crypto_ipsecmb_plugin.so { disable } } ` |