summaryrefslogtreecommitdiffstats
path: root/test/template_ipsec.py
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2019-04-08 14:48:23 +0000
committerDamjan Marion <dmarion@me.com>2019-04-08 21:52:04 +0000
commit1091c4aa9bd96055e7a94d368bd6abf0c9f1b73d (patch)
tree621b3ec4e61c96b38aa5ece700d10e6e727f6d40 /test/template_ipsec.py
parentc5df8c71cc867d8120a25e4bd6d065aa63d9011c (diff)
IPSEC TEST: various hash alogrithms
Change-Id: I925aa5bf9472e81f98072d63df499b19e6ddf43d Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'test/template_ipsec.py')
-rw-r--r--test/template_ipsec.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/template_ipsec.py b/test/template_ipsec.py
index 6e6e37ba174..36e8da6635c 100644
--- a/test/template_ipsec.py
+++ b/test/template_ipsec.py
@@ -69,8 +69,8 @@ class IPsecIPv6Params(object):
self.vpp_tra_spi = 4000
self.auth_algo_vpp_id = (VppEnum.vl_api_ipsec_integ_alg_t.
- IPSEC_API_INTEG_ALG_SHA_256_128)
- self.auth_algo = 'SHA2-256-128' # scapy name
+ IPSEC_API_INTEG_ALG_SHA1_96)
+ self.auth_algo = 'HMAC-SHA1-96' # scapy name
self.auth_key = 'C91KUR9GYMm5GfkEvNjX'
self.crypt_algo_vpp_id = (VppEnum.vl_api_ipsec_crypto_alg_t.