crypto/weakcryptospi/test/tcryptospi/scripts/te_ruleselectiontestcases_v2.script
changeset 8 35751d3474b7
child 19 ece3df019add
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
       
     1 //
       
     2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 // All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of the License "Eclipse Public License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description: 
       
    15 //
       
    16 //
       
    17 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
    18 // All rights reserved.
       
    19 // This component and the accompanying materials are made available
       
    20 // under the terms of the License "Symbian Foundation License v1.0"
       
    21 // which accompanies this distribution, and is available
       
    22 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
    23 //
       
    24 // Initial Contributors:
       
    25 // Nokia Corporation - initial contribution.
       
    26 //
       
    27 // Contributors:
       
    28 //
       
    29 // Description:
       
    30 //
       
    31 //
       
    32 PRINT Run all te_ruleselection Suite Tests
       
    33 
       
    34 //
       
    35 LOAD_SUITE Te_CryptoSpi
       
    36 //
       
    37 
       
    38 RUN_PROGRAM cryptospisetup.exe 3
       
    39 
       
    40 //! @SYMTestCaseID          SEC-CRYPTOSPI-RULE-0007
       
    41 //! @SYMTestCaseDesc        RuleSelection_Interface  
       
    42 
       
    43 START_TESTCASE SEC-CRYPTOSPI-RULE-0007
       
    44 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini SymmetricCipherInterface
       
    45 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini AsymmetricCipherInterface
       
    46 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini HashInterface
       
    47 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini HashNewInterface
       
    48 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini RandomInterface
       
    49 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini SignerInterface
       
    50 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini VerifierInterface
       
    51 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini KeyPairGenInterface
       
    52 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini KeyAgreementInterface
       
    53 END_TESTCASE SEC-CRYPTOSPI-RULE-0007
       
    54 
       
    55 //! @SYMTestCaseID          SEC-CRYP005-RULES-MAC-0003
       
    56 //! @SYMTestCaseDesc        Tests the selection rule on common and non-common characteristics would  
       
    57 //!                         influence the framework when choosing KCryptoPluginAesXcbcPrf128 plug-in
       
    58 //!                         module.
       
    59 //!                         (RuleSelection_MacInterface)
       
    60 //! @SYMREQ                 REQ10620, REQ10621
       
    61 //! @SYMTestPriority        High
       
    62 //! @SYMTestType            CIT
       
    63 //! @SYMTestStatus          Implemented
       
    64 //! @SYMTestExpectedResults  The call to the MAC factory method should return KErrNone, 
       
    65 //!                          successfully create the implementation object, the Algorithm ID characteristic 
       
    66 //!                          should equal KCryptoPluginAesXcbcPrf128 and the Implementation ID should equal 
       
    67 //!                          KTestPlugin02XcbcPrf128. 
       
    68 
       
    69 START_TESTCASE SEC-CRYP005-RULES-MAC-0003
       
    70 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini MacInterface
       
    71 END_TESTCASE SEC-CRYP005-RULES-MAC-0003
       
    72 
       
    73 //**************************************************************************************
       
    74 
       
    75 //! @SYMTestCaseID          SEC-CRYPTOSPI-RULE-0008
       
    76 //! @SYMTestCaseDesc        RuleSelection_AllChars  
       
    77 
       
    78 START_TESTCASE SEC-CRYPTOSPI-RULE-0008
       
    79 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini SymmetricCipherAllChars
       
    80 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini AsymmetricCipherAllChars
       
    81 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini HashAllChars
       
    82 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini HashNewAllChars
       
    83 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini RandomAllChars
       
    84 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini SignerAllChars
       
    85 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini VerifierAllChars
       
    86 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini KeyPairGenAllChars
       
    87 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini KeyAgreementAllChars
       
    88 END_TESTCASE SEC-CRYPTOSPI-RULE-0008
       
    89 
       
    90 //! @SYMTestCaseID          SEC-CRYP005-RULES-MAC-0001
       
    91 //! @SYMTestCaseDesc        Tests the selection rule on common and non-common characteristics
       
    92 //!                         would influence the framework when choosing KTestPlugin02XcbcMac96 
       
    93 //!                         plug-in module.
       
    94 //!                         (RuleSelection_MacAllChars)
       
    95 //! @SYMREQ                 REQ10616, REQ10618  
       
    96 //! @SYMTestPriority        High
       
    97 //! @SYMTestType            CIT
       
    98 //! @SYMTestStatus          Implemented
       
    99 //! @SYMTestExpectedResults  The call to the MAC factory method should return KErrNone, 
       
   100 //!                          successfully create the implementation object, the Algorithm ID 
       
   101 //!                          characteristic should equal KAlgorithmCipherAesXcbcMac96 and the 
       
   102 //!                          Implementation ID should equal KTestPlugin02XcbcMac96
       
   103 
       
   104 START_TESTCASE SEC-CRYP005-RULES-MAC-0001
       
   105 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_allchars.ini MacAllChars
       
   106 END_TESTCASE SEC-CRYP005-RULES-MAC-0001
       
   107 
       
   108 //**************************************************************************************
       
   109 
       
   110 //! @SYMTestCaseID          SEC-CRYPTOSPI-RULE-0009
       
   111 //! @SYMTestCaseDesc        RuleSelection_Ascend
       
   112 
       
   113 START_TESTCASE SEC-CRYPTOSPI-RULE-0009
       
   114 
       
   115 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini CreatorName
       
   116 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini MaxConcurrency
       
   117 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini Latency
       
   118 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini Throughput
       
   119 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini HashBlockSize
       
   120 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini HashOutputSize
       
   121 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini SymmetricCipherKeyLength
       
   122 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini SymmetricCipherBlockSize
       
   123 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini SymmetricCipherKeySupport
       
   124 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini AsymmetricCipherKeyLength
       
   125 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini AsymmetricCipherKeySupport
       
   126 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini SignatureKeyLength
       
   127 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini SignatureKeySupport
       
   128 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini RandomBlockingMode
       
   129 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_ascend.ini KeyPairGenKeyLength
       
   130 
       
   131 END_TESTCASE SEC-CRYPTOSPI-RULE-0009
       
   132 
       
   133 //**************************************************************************************
       
   134 
       
   135 //! @SYMTestCaseID          SEC-CRYPTOSPI-RULE-0010
       
   136 //! @SYMTestCaseDesc        RuleSelection_Descend
       
   137 
       
   138 START_TESTCASE SEC-CRYPTOSPI-RULE-0010
       
   139 
       
   140 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini CreatorName
       
   141 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini MaxConcurrency
       
   142 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini Latency
       
   143 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini Throughput
       
   144 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini HashBlockSize
       
   145 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini HashOutputSize
       
   146 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini SymmetricCipherKeyLength
       
   147 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini SymmetricCipherBlockSize
       
   148 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini SymmetricCipherKeySupport
       
   149 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini AsymmetricCipherKeyLength
       
   150 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini AsymmetricCipherKeySupport
       
   151 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini SignatureKeyLength
       
   152 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini SignatureKeySupport
       
   153 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini RandomBlockingMode
       
   154 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_descend.ini KeyPairGenKeyLength
       
   155 
       
   156 END_TESTCASE SEC-CRYPTOSPI-RULE-0010
       
   157 
       
   158 //**************************************************************************************
       
   159 
       
   160 //! @SYMTestCaseID          SEC-CRYPTOSPI-RULE-0011
       
   161 //! @SYMTestCaseDesc        RuleSelection_Matrix
       
   162 
       
   163 START_TESTCASE SEC-CRYPTOSPI-RULE-0011
       
   164 
       
   165 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini HashValid
       
   166 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini HashValid2
       
   167 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini RandomValid
       
   168 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini SymmetricCipherValid
       
   169 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini AsymmetricCipherValid
       
   170 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini SignerValid
       
   171 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini VerifierValid
       
   172 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini KeyAgreementValid
       
   173 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini KeyPairGeneratorValid
       
   174 RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini HashInvalid
       
   175 RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini HashInvalid2
       
   176 RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini RandomInvalid
       
   177 RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini SymmetricCipherInvalid
       
   178 RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini AsymmetricCipherInvalid
       
   179 RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini SignerInvalid
       
   180 RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini VerifierInvalid
       
   181 RUN_TEST_STEP !Result=-5  100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini KeyAgreementInvalid
       
   182 RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini KeyPairGeneratorInvalid
       
   183 RUN_TEST_STEP !Result=-6 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini RuleInvalid01
       
   184 RUN_TEST_STEP !Result=-6 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini RuleInvalid02
       
   185 RUN_TEST_STEP !Result=-6 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini RuleInvalid03
       
   186 RUN_TEST_STEP !Result=-6 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini RuleInvalid04
       
   187 RUN_TEST_STEP !Result=-6 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini RuleInvalid05
       
   188 RUN_TEST_STEP !Result=-6 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini RuleInvalid06
       
   189 RUN_TEST_STEP !Result=-6 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini RuleInvalid07
       
   190 END_TESTCASE SEC-CRYPTOSPI-RULE-0011
       
   191 
       
   192 
       
   193 //! @SYMTestCaseID 	SEC-CRYP002-PLUGIN-MAC-0001
       
   194 //! @SYMTestCaseDesc 	Tests the out of bound rule on common characteristics would not return a MAC plug-in module.
       
   195 //! @SYMTestPriority 	High
       
   196 //! @SYMTestType 	CIT
       
   197 //! @SYMTestStatus 	Implemented
       
   198 //! @SYMTestExpectedResults The call to the factory method should return KErrNotFound, 
       
   199 //!                         as the rules applied did not return any plug-in module.
       
   200 
       
   201 START_TESTCASE SEC-CRYP002-PLUGIN-MAC-0001
       
   202 RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini MacInvalid01
       
   203 END_TESTCASE SEC-CRYP002-PLUGIN-MAC-0001
       
   204 
       
   205 
       
   206 //! @SYMTestCaseID 	SEC-CRYP002-PLUGIN-MAC-0002
       
   207 //! @SYMTestCaseDesc 	Tests the selection rule on out-of-bound non-common characteristics would not return a 
       
   208 //!                  	MAC plug-in module.
       
   209 //! @SYMTestPriority 	High
       
   210 //! @SYMTestType 	CIT
       
   211 //! @SYMTestStatus 	Implemented
       
   212 //! @SYMTestExpectedResults The call to the factory method should return KErrNotFound, 
       
   213 //!                         as the rules applied did not return any plug-in module.
       
   214 
       
   215 START_TESTCASE SEC-CRYP002-PLUGIN-MAC-0002
       
   216 RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_matrix.ini MacInvalid02
       
   217 END_TESTCASE SEC-CRYP002-PLUGIN-MAC-0002
       
   218 
       
   219 //! @SYMTestCaseID 	SEC-CRYPTOSPI-RULE-0012
       
   220 //! @SYMTestCaseDesc	RuleSelection_Extended
       
   221 
       
   222 START_TESTCASE SEC-CRYPTOSPI-RULE-0012
       
   223 
       
   224 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedAllChars1
       
   225 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedAllChars2
       
   226 RUN_TEST_STEP !Result=-6 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedAscend
       
   227 RUN_TEST_STEP !Result=-6 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedDescend
       
   228 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedGreaterThan
       
   229 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedGreaterThanOrEqual
       
   230 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedLessThan
       
   231 RUN_TEST_STEP 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedLessThanOrEqual
       
   232 RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedInvalid1
       
   233 RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_extended.ini ExtendedInvalid2
       
   234 
       
   235 END_TESTCASE SEC-CRYPTOSPI-RULE-0012
       
   236 
       
   237 //**************************************************************************************
       
   238 
       
   239 RUN_PROGRAM cryptospisetup.exe 1
       
   240 
       
   241 //! @SYMTestCaseID 	SEC-CRYPTOSPI-RULE-0013
       
   242 //! @SYMTestCaseDesc	RuleSelection_Matrix2
       
   243 
       
   244 START_TESTCASE SEC-CRYPTOSPI-RULE-0013
       
   245 RUN_TEST_STEP !Result=-5 Te_CryptoSpi RuleSelectCommonStep c:\testdata\tcryptospi\configs\ruleselection_interface.ini MacInterface
       
   246 END_TESTCASE SEC-CRYPTOSPI-RULE-0013
       
   247 
       
   248 RUN_PROGRAM cryptospisetup.exe
       
   249 
       
   250 PRINT Complete te_ruleselection_Tests