diff options
Diffstat (limited to 'test/test_ipsec_esp.py')
-rw-r--r-- | test/test_ipsec_esp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ipsec_esp.py b/test/test_ipsec_esp.py index e5db0a627a5..15803744167 100644 --- a/test/test_ipsec_esp.py +++ b/test/test_ipsec_esp.py @@ -381,7 +381,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 |