mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
cryptotest.py: Like r323869, skip SHA HMAC tests on non-SHA drivers
Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
e720124622
commit
67e4d800ec
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323899
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user