cryptotest.py: Like r323869, skip SHA HMAC tests on non-SHA drivers

Sponsored by:	Dell EMC Isilon
This commit is contained in:
Conrad Meyer 2017-09-22 04:41:48 +00:00
parent e720124622
commit 67e4d800ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323899

View File

@ -237,6 +237,7 @@ def test_sha(self):
#for i in iglob('SHA1*'):
# self.runSHA(i)
@unittest.skipIf(cname not in shamodules, 'skipping SHA on %s' % `cname`)
def test_sha1hmac(self):
for i in katg('hmactestvectors', 'HMAC.rsp'):
self.runSHA1HMAC(i)