summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBenoît Ganne <bganne@cisco.com>2020-12-14 19:31:16 +0100
committerDamjan Marion <dmarion@me.com>2021-08-26 14:47:35 +0000
commit1eaaba41982861b59f0b70470604f6d111c68fa6 (patch)
tree565675fe8b2c6a32cfc7a4acbc84497b9850a5c5 /test
parent844e94f81556a3a45df2e1699c46316959692d31 (diff)
ikev2: check for valid cipher + integrity
Type: improvement Change-Id: Ic09b2c777a7c82e8d7074164280f817f9141529b Signed-off-by: Benoît Ganne <bganne@cisco.com>
Diffstat (limited to 'test')
-rw-r--r--test/test_ikev2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ikev2.py b/test/test_ikev2.py
index 558e8a02f87..175fa0ab9be 100644
--- a/test/test_ikev2.py
+++ b/test/test_ikev2.py
@@ -1546,7 +1546,7 @@ class TestApi(VppTestCase):
'ike_ts': {
'crypto_alg': 20,
'crypto_key_size': 32,
- 'integ_alg': 1,
+ 'integ_alg': 0,
'dh_group': 1},
'esp_ts': {
'crypto_alg': 13,