diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2024-05-09 07:57:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-09 07:57:40 -0400 |
| commit | 5300bccc98f05a9006ec84555eed6810b4f8dc0f (patch) | |
| tree | 20ddc5562ab7d4746474ce852b18753f0fed19f8 | |
| parent | 861d3758fa7f1edb0d8ac2535409ee39c6811234 (diff) | |
| parent | 0939f77b3998aed7a5d81f9d8afaba2370d1db26 (diff) | |
Merge pull request #15977 from LabNConsulting/chopps/key-test-fix
tests: fix mis-spelled `cryptographic-algorithm` keyword in test
| -rw-r--r-- | tests/topotests/key_sendaccept/test_keychain.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/topotests/key_sendaccept/test_keychain.py b/tests/topotests/key_sendaccept/test_keychain.py index 111e88aca7..b11d31b981 100644 --- a/tests/topotests/key_sendaccept/test_keychain.py +++ b/tests/topotests/key_sendaccept/test_keychain.py @@ -62,7 +62,7 @@ def test_send_accept(tgen): key chain kc key 1 key-string theSecret - crypto-algorithm md5 + cryptographic-algorithm hmac-sha-256 exit exit """ @@ -74,7 +74,7 @@ exit key chain kc key 1 key-string theSecret - crypto-algorithm md5 + cryptographic-algorithm hmac-sha-256 send-lifetime 00:00:00 Jan 1 2024 infinite accept-lifetime 00:00:00 Jan 1 2024 infinite exit @@ -101,7 +101,7 @@ exit key chain kc key 2 key-string theSecret - crypto-algorithm md5 + cryptographic-algorithm hmac-sha-256 send-lifetime 00:00:00 Jan 1 2024 duration {secs_in_10_years} accept-lifetime 00:00:00 Jan 1 2024 duration {secs_in_10_years} exit @@ -127,7 +127,7 @@ exit key chain kc key 3 key-string theSecret - crypto-algorithm md5 + cryptographic-algorithm hmac-sha-256 send-lifetime 00:00:00 Jan 1 2024 23:59:59 Dec 31 2034 accept-lifetime 00:00:00 Jan 1 2024 23:59:59 Dec 31 2034 exit |
