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