diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_ipsec_ah.py | 2 | ||||
-rw-r--r-- | test/test_ipsec_esp.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/test_ipsec_ah.py b/test/test_ipsec_ah.py index 38d97d584c5..65df8766aeb 100644 --- a/test/test_ipsec_ah.py +++ b/test/test_ipsec_ah.py @@ -337,7 +337,7 @@ class TestIpsecAhAll(ConfigIpsecAH, # loop through the VPP engines # for engine in engines: - self.vapi.cli("set crypto engine all %s" % engine) + self.vapi.cli("set crypto handler all %s" % engine) # # loop through each of the algorithms # diff --git a/test/test_ipsec_esp.py b/test/test_ipsec_esp.py index a8b28c53ee6..85dfc8a41a6 100644 --- a/test/test_ipsec_esp.py +++ b/test/test_ipsec_esp.py @@ -380,7 +380,7 @@ class TestIpsecEspAll(ConfigIpsecESP, # loop through the VPP engines # for engine in engines: - self.vapi.cli("set crypto engine all %s" % engine) + self.vapi.cli("set crypto handler all %s" % engine) # # loop through each of the algorithms |