diff options
Diffstat (limited to 'test/test_ipsec_ah.py')
-rw-r--r-- | test/test_ipsec_ah.py | 2 |
1 files changed, 1 insertions, 1 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 # |