X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_ipsec_ah.py;h=d6cbf58a46e8e1058f1cd6444ce0b71aa9929ada;hb=7d31ab2a5cc2124ddd973ac5dfac2219619f345a;hp=38d97d584c546c4dbee5225601c3c22709dc47db;hpb=92e93844826fc080ea7f3495ba3e06de3f4d03f1;p=vpp.git diff --git a/test/test_ipsec_ah.py b/test/test_ipsec_ah.py index 38d97d584c5..d6cbf58a46e 100644 --- a/test/test_ipsec_ah.py +++ b/test/test_ipsec_ah.py @@ -313,7 +313,7 @@ class TestIpsecAhAll(ConfigIpsecAH, super(TestIpsecAhAll, self).tearDown() def test_integ_algs(self): - """All Engines SHA[1_96, 256, 394, 512] w/ & w/o ESN""" + """All Engines SHA[1_96, 256, 384, 512] w/ & w/o ESN""" # foreach VPP crypto engine engines = ["ia32", "ipsecmb", "openssl"] @@ -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 #