diff options
author | Benoît Ganne <bganne@cisco.com> | 2020-12-14 19:31:16 +0100 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-08-26 14:47:35 +0000 |
commit | 1eaaba41982861b59f0b70470604f6d111c68fa6 (patch) | |
tree | 565675fe8b2c6a32cfc7a4acbc84497b9850a5c5 /test | |
parent | 844e94f81556a3a45df2e1699c46316959692d31 (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.py | 2 |
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, |