os/security/crypto/weakcryptospi/test/tcryptospi/scripts/te_ruleselectiontestcases_v2.script
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/crypto/weakcryptospi/test/tcryptospi/scripts/te_ruleselectiontestcases_v2.script Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,235 @@
1.4 +//
1.5 +// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +// All rights reserved.
1.7 +// This component and the accompanying materials are made available
1.8 +// under the terms of the License "Eclipse Public License v1.0"
1.9 +// which accompanies this distribution, and is available
1.10 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +//
1.12 +// Initial Contributors:
1.13 +// Nokia Corporation - initial contribution.
1.14 +//
1.15 +// Contributors:
1.16 +//
1.17 +// Description:
1.18 +//
1.19 +
1.20 +PRINT Run all te_ruleselection Suite Tests
1.21 +
1.22 +//
1.23 +LOAD_SUITE Te_CryptoSpi
1.24 +//
1.25 +
1.26 +RUN_PROGRAM cryptospisetup.exe 3
1.27 +
1.28 +//! @SYMTestCaseID SEC-CRYPTOSPI-RULE-0007
1.29 +//! @SYMTestCaseDesc RuleSelection_Interface
1.30 +
1.31 +START_TESTCASE SEC-CRYPTOSPI-RULE-0007
1.32 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini SymmetricCipherInterface
1.33 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini AsymmetricCipherInterface
1.34 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini HashInterface
1.35 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini HashNewInterface
1.36 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini RandomInterface
1.37 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini SignerInterface
1.38 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini VerifierInterface
1.39 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini KeyPairGenInterface
1.40 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini KeyAgreementInterface
1.41 +END_TESTCASE SEC-CRYPTOSPI-RULE-0007
1.42 +
1.43 +//! @SYMTestCaseID SEC-CRYP005-RULES-MAC-0003
1.44 +//! @SYMTestCaseDesc Tests the selection rule on common and non-common characteristics would
1.45 +//! influence the framework when choosing KCryptoPluginAesXcbcPrf128 plug-in
1.46 +//! module.
1.47 +//! (RuleSelection_MacInterface)
1.48 +//! @SYMREQ REQ10620, REQ10621
1.49 +//! @SYMTestPriority High
1.50 +//! @SYMTestType CIT
1.51 +//! @SYMTestStatus Implemented
1.52 +//! @SYMTestExpectedResults The call to the MAC factory method should return KErrNone,
1.53 +//! successfully create the implementation object, the Algorithm ID characteristic
1.54 +//! should equal KCryptoPluginAesXcbcPrf128 and the Implementation ID should equal
1.55 +//! KTestPlugin02XcbcPrf128.
1.56 +
1.57 +START_TESTCASE SEC-CRYP005-RULES-MAC-0003
1.58 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini MacInterface
1.59 +END_TESTCASE SEC-CRYP005-RULES-MAC-0003
1.60 +
1.61 +//**************************************************************************************
1.62 +
1.63 +//! @SYMTestCaseID SEC-CRYPTOSPI-RULE-0008
1.64 +//! @SYMTestCaseDesc RuleSelection_AllChars
1.65 +
1.66 +START_TESTCASE SEC-CRYPTOSPI-RULE-0008
1.67 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini SymmetricCipherAllChars
1.68 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini AsymmetricCipherAllChars
1.69 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini HashAllChars
1.70 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini HashNewAllChars
1.71 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini RandomAllChars
1.72 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini SignerAllChars
1.73 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini VerifierAllChars
1.74 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini KeyPairGenAllChars
1.75 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini KeyAgreementAllChars
1.76 +END_TESTCASE SEC-CRYPTOSPI-RULE-0008
1.77 +
1.78 +//! @SYMTestCaseID SEC-CRYP005-RULES-MAC-0001
1.79 +//! @SYMTestCaseDesc Tests the selection rule on common and non-common characteristics
1.80 +//! would influence the framework when choosing KTestPlugin02XcbcMac96
1.81 +//! plug-in module.
1.82 +//! (RuleSelection_MacAllChars)
1.83 +//! @SYMREQ REQ10616, REQ10618
1.84 +//! @SYMTestPriority High
1.85 +//! @SYMTestType CIT
1.86 +//! @SYMTestStatus Implemented
1.87 +//! @SYMTestExpectedResults The call to the MAC factory method should return KErrNone,
1.88 +//! successfully create the implementation object, the Algorithm ID
1.89 +//! characteristic should equal KAlgorithmCipherAesXcbcMac96 and the
1.90 +//! Implementation ID should equal KTestPlugin02XcbcMac96
1.91 +
1.92 +START_TESTCASE SEC-CRYP005-RULES-MAC-0001
1.93 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini MacAllChars
1.94 +END_TESTCASE SEC-CRYP005-RULES-MAC-0001
1.95 +
1.96 +//**************************************************************************************
1.97 +
1.98 +//! @SYMTestCaseID SEC-CRYPTOSPI-RULE-0009
1.99 +//! @SYMTestCaseDesc RuleSelection_Ascend
1.100 +
1.101 +START_TESTCASE SEC-CRYPTOSPI-RULE-0009
1.102 +
1.103 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini CreatorName
1.104 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini MaxConcurrency
1.105 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini Latency
1.106 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini Throughput
1.107 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini HashBlockSize
1.108 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini HashOutputSize
1.109 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini SymmetricCipherKeyLength
1.110 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini SymmetricCipherBlockSize
1.111 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini SymmetricCipherKeySupport
1.112 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini AsymmetricCipherKeyLength
1.113 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini AsymmetricCipherKeySupport
1.114 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini SignatureKeyLength
1.115 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini SignatureKeySupport
1.116 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini RandomBlockingMode
1.117 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini KeyPairGenKeyLength
1.118 +
1.119 +END_TESTCASE SEC-CRYPTOSPI-RULE-0009
1.120 +
1.121 +//**************************************************************************************
1.122 +
1.123 +//! @SYMTestCaseID SEC-CRYPTOSPI-RULE-0010
1.124 +//! @SYMTestCaseDesc RuleSelection_Descend
1.125 +
1.126 +START_TESTCASE SEC-CRYPTOSPI-RULE-0010
1.127 +
1.128 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini CreatorName
1.129 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini MaxConcurrency
1.130 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini Latency
1.131 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini Throughput
1.132 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini HashBlockSize
1.133 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini HashOutputSize
1.134 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini SymmetricCipherKeyLength
1.135 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini SymmetricCipherBlockSize
1.136 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini SymmetricCipherKeySupport
1.137 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini AsymmetricCipherKeyLength
1.138 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini AsymmetricCipherKeySupport
1.139 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini SignatureKeyLength
1.140 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini SignatureKeySupport
1.141 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini RandomBlockingMode
1.142 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini KeyPairGenKeyLength
1.143 +
1.144 +END_TESTCASE SEC-CRYPTOSPI-RULE-0010
1.145 +
1.146 +//**************************************************************************************
1.147 +
1.148 +//! @SYMTestCaseID SEC-CRYPTOSPI-RULE-0011
1.149 +//! @SYMTestCaseDesc RuleSelection_Matrix
1.150 +
1.151 +START_TESTCASE SEC-CRYPTOSPI-RULE-0011
1.152 +
1.153 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini HashValid
1.154 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini HashValid2
1.155 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini RandomValid
1.156 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini SymmetricCipherValid
1.157 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini AsymmetricCipherValid
1.158 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini SignerValid
1.159 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini VerifierValid
1.160 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini KeyAgreementValid
1.161 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini KeyPairGeneratorValid
1.162 +RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini HashInvalid
1.163 +RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini HashInvalid2
1.164 +RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini RandomInvalid
1.165 +RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini SymmetricCipherInvalid
1.166 +RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini AsymmetricCipherInvalid
1.167 +RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini SignerInvalid
1.168 +RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini VerifierInvalid
1.169 +RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini KeyAgreementInvalid
1.170 +RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini KeyPairGeneratorInvalid
1.171 +RUN_TEST_STEP !Result=-6 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini RuleInvalid01
1.172 +RUN_TEST_STEP !Result=-6 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini RuleInvalid02
1.173 +RUN_TEST_STEP !Result=-6 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini RuleInvalid03
1.174 +RUN_TEST_STEP !Result=-6 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini RuleInvalid04
1.175 +RUN_TEST_STEP !Result=-6 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini RuleInvalid05
1.176 +RUN_TEST_STEP !Result=-6 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini RuleInvalid06
1.177 +RUN_TEST_STEP !Result=-6 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini RuleInvalid07
1.178 +END_TESTCASE SEC-CRYPTOSPI-RULE-0011
1.179 +
1.180 +
1.181 +//! @SYMTestCaseID SEC-CRYP002-PLUGIN-MAC-0001
1.182 +//! @SYMTestCaseDesc Tests the out of bound rule on common characteristics would not return a MAC plug-in module.
1.183 +//! @SYMTestPriority High
1.184 +//! @SYMTestType CIT
1.185 +//! @SYMTestStatus Implemented
1.186 +//! @SYMTestExpectedResults The call to the factory method should return KErrNotFound,
1.187 +//! as the rules applied did not return any plug-in module.
1.188 +
1.189 +START_TESTCASE SEC-CRYP002-PLUGIN-MAC-0001
1.190 +RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini MacInvalid01
1.191 +END_TESTCASE SEC-CRYP002-PLUGIN-MAC-0001
1.192 +
1.193 +
1.194 +//! @SYMTestCaseID SEC-CRYP002-PLUGIN-MAC-0002
1.195 +//! @SYMTestCaseDesc Tests the selection rule on out-of-bound non-common characteristics would not return a
1.196 +//! MAC plug-in module.
1.197 +//! @SYMTestPriority High
1.198 +//! @SYMTestType CIT
1.199 +//! @SYMTestStatus Implemented
1.200 +//! @SYMTestExpectedResults The call to the factory method should return KErrNotFound,
1.201 +//! as the rules applied did not return any plug-in module.
1.202 +
1.203 +START_TESTCASE SEC-CRYP002-PLUGIN-MAC-0002
1.204 +RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini MacInvalid02
1.205 +END_TESTCASE SEC-CRYP002-PLUGIN-MAC-0002
1.206 +
1.207 +//! @SYMTestCaseID SEC-CRYPTOSPI-RULE-0012
1.208 +//! @SYMTestCaseDesc RuleSelection_Extended
1.209 +
1.210 +START_TESTCASE SEC-CRYPTOSPI-RULE-0012
1.211 +
1.212 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedAllChars1
1.213 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedAllChars2
1.214 +RUN_TEST_STEP !Result=-6 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedAscend
1.215 +RUN_TEST_STEP !Result=-6 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedDescend
1.216 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedGreaterThan
1.217 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedGreaterThanOrEqual
1.218 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedLessThan
1.219 +RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedLessThanOrEqual
1.220 +RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedInvalid1
1.221 +RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedInvalid2
1.222 +
1.223 +END_TESTCASE SEC-CRYPTOSPI-RULE-0012
1.224 +
1.225 +//**************************************************************************************
1.226 +
1.227 +RUN_PROGRAM cryptospisetup.exe 1
1.228 +
1.229 +//! @SYMTestCaseID SEC-CRYPTOSPI-RULE-0013
1.230 +//! @SYMTestCaseDesc RuleSelection_Matrix2
1.231 +
1.232 +START_TESTCASE SEC-CRYPTOSPI-RULE-0013
1.233 +RUN_TEST_STEP !Result=-5 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini MacInterface
1.234 +END_TESTCASE SEC-CRYPTOSPI-RULE-0013
1.235 +
1.236 +RUN_PROGRAM cryptospisetup.exe
1.237 +
1.238 +PRINT Complete te_ruleselection_Tests