svn commit: r323899 - head/tests/sys/opencrypto

Ngie Cooper (yaneurabeya) yaneurabeya at gmail.com
Sat Sep 23 06:25:22 UTC 2017


> On Sep 21, 2017, at 21:41, Conrad Meyer <cem at FreeBSD.org> wrote:
> 
> Author: cem
> Date: Fri Sep 22 04:41:48 2017
> New Revision: 323899
> URL: https://svnweb.freebsd.org/changeset/base/323899
> 
> Log:
>  cryptotest.py: Like r323869, skip SHA HMAC tests on non-SHA drivers
> 
>  Sponsored by:	Dell EMC Isilon
> 
> Modified:
>  head/tests/sys/opencrypto/cryptotest.py
> 
> Modified: head/tests/sys/opencrypto/cryptotest.py
> ==============================================================================
> --- head/tests/sys/opencrypto/cryptotest.py	Fri Sep 22 04:25:44 2017	(r323898)
> +++ head/tests/sys/opencrypto/cryptotest.py	Fri Sep 22 04:41:48 2017	(r323899)
> @@ -237,6 +237,7 @@ def GenTestCase(cname):
> 			#for i in iglob('SHA1*'):
> 			#	self.runSHA(i)
> 
> +		@unittest.skipIf(cname not in shamodules, 'skipping SHA on %s' % `name`)

Backticks for stringily’ing things isn’t py3k compatible, FYI.
-Ngie

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20170922/6990aa55/attachment.sig>


More information about the svn-src-head mailing list