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