xref: /illumos-gate/usr/src/test/crypto-tests/runfiles/default.run (revision 3ce5372277f4657ad0e52d36c979527c4ca22de2)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source.  A copy of the CDDL is also available via the Internet at
9# http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright (c) 2012 by Delphix. All rights reserved.
14# Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
15# Copyright 2019 Joyent, Inc.
16#
17
18[DEFAULT]
19pre =
20verbose = False
21quiet = False
22timeout = 60
23post =
24outputdir = /var/tmp/test_results
25
26[/opt/crypto-tests/tests/aes/pkcs]
27tests = ['aes_cbc_32', 'aes_ccm_32', 'aes_cmac_32',
28         'aes_ctr_32', 'aes_ecb_32', 'aes_gcm_32',
29         'aes_cbc_64', 'aes_ccm_64', 'aes_cmac_64',
30         'aes_ctr_64', 'aes_ecb_64', 'aes_gcm_64']
31
32[/opt/crypto-tests/tests/aes/kcf]
33pre = setup
34user = root
35tests = ['aes_cbc_32', 'aes_ccm_32', 'aes_cmac_32',
36         'aes_ctr_32', 'aes_ecb_32', 'aes_gcm_32',
37         'aes_cbc_64', 'aes_ccm_64', 'aes_cmac_64',
38         'aes_ctr_64', 'aes_ecb_64', 'aes_gcm_64']
39post = cleanup
40
41[/opt/crypto-tests/tests/digest/pkcs]
42tests = ['sha1_32', 'sha256_32', 'sha384_32', 'sha512_32', 'sha512_224_32',
43         'sha512_256_32', 'md5_32',
44         'sha1_64', 'sha256_64', 'sha384_64', 'sha512_64', 'sha512_224_64',
45         'sha512_256_64', 'md5_64' ]
46
47[/opt/crypto-tests/tests/digest/kcf]
48pre = setup
49user = root
50tests = ['sha1_32', 'sha256_32', 'sha384_32', 'sha512_32', 'sha512_224_32',
51         'sha512_256_32', 'md5_32',
52         'sha1_64', 'sha256_64', 'sha384_64', 'sha512_64', 'sha512_224_64',
53         'sha512_256_64', 'md5_64' ]
54post = cleanup
55
56[/opt/crypto-tests/tests/hmac/pkcs]
57tests = ['hmac_sha1_32', 'hmac_sha1_64']
58
59[/opt/crypto-tests/tests/hmac/kcf]
60pre = setup
61user = root
62tests = ['hmac_sha1_32', 'hmac_sha1_64']
63post = cleanup
64