installationservices/swi/test/trevocation/scripts/trevocationocsp_emulator.script
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 //
       
     2 // Copyright (c) 2010 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 PRINT Revocation tests...
       
    18 
       
    19 LOAD_SUITE tRevocation
       
    20 LOAD_SUITE tuiscriptadaptors
       
    21 LOAD_SUITE tSisRegistryTest
       
    22 
       
    23 /! @SYMTestCaseID		API-SEC-SWI-REVOCATION-I-0047
       
    24 //! @SYMTestCaseDesc		Tries to install the sis with Ceritfied Sign check disabled.
       
    25 //! @SYMDEF  			None
       
    26 //! @SYMTestPriority		High
       
    27 //! @SYMTestActions 		Tries to install the sis signed with valid certified sign cert. 
       
    28 //! @SYMTestExpectedResults	Install should complete without any error/panic and ocsp check should not be performed.
       
    29 //! @SYMDevelopedForRelease 	SymTB10.1
       
    30 
       
    31 
       
    32 START_TESTCASE API-SEC-SWI-REVOCATION-I-0047
       
    33 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepDisableCertifiedSign
       
    34 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0047
       
    35 RUN_TEST_STEP_RESULT 0 100 	tRevocation SISREGCHECK	z:\tswi\tRevocation\scripts\trevocation.ini  API-SEC-SWI-REVOCATION-I-0047
       
    36 RUN_TEST_STEP 100 tuiscriptadaptors UninstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0047-U
       
    37 END_TESTCASE API-SEC-SWI-REVOCATION-I-0047
       
    38 
       
    39 
       
    40 //! @SYMTestCaseID		API-SEC-SWI-REVOCATION-I-0048
       
    41 //! @SYMTestCaseDesc		Tries to install the sis with Ceritfied Sign check Enabled and with Valid Ceritfied Sign Certificate.
       
    42 //! @SYMDEF  			None
       
    43 //! @SYMTestPriority		High
       
    44 //! @SYMTestActions 		Tries to install the sis signed with valid certified sign cert. 
       
    45 //! @SYMTestExpectedResults	Install should complete without any error/panic and ocsp check should be performed.
       
    46 //! @SYMDevelopedForRelease 	SymTB10.1
       
    47 
       
    48 START_TESTCASE API-SEC-SWI-REVOCATION-I-0048
       
    49 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepEnableCertifiedSign
       
    50 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0048
       
    51 RUN_TEST_STEP_RESULT 0 100 	tRevocation SISREGCHECK	z:\tswi\tRevocation\scripts\trevocation.ini  API-SEC-SWI-REVOCATION-I-0048
       
    52 RUN_TEST_STEP 100 tuiscriptadaptors UninstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0047-U
       
    53 END_TESTCASE API-SEC-SWI-REVOCATION-I-0048
       
    54 
       
    55 
       
    56 //! @SYMTestCaseID		API-SEC-SWI-REVOCATION-I-0049
       
    57 //! @SYMTestCaseDesc		Tries to install the sis with Ceritfied Sign check Enabled and with Revoked Ceritfied Sign Certificate.
       
    58 //! @SYMDEF  			None
       
    59 //! @SYMTestPriority		High
       
    60 //! @SYMTestActions 		Tries to install the sis signed with revoked certified sign cert. 
       
    61 //! @SYMTestExpectedResults	Install should abort with error and ocsp check should be performed.
       
    62 //! @SYMDevelopedForRelease 	SymTB10.1
       
    63 
       
    64 START_TESTCASE API-SEC-SWI-REVOCATION-I-0049
       
    65 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepEnableCertifiedSign
       
    66 RUN_TEST_STEP_RESULT -3 100 tuiscriptadaptors InstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0049
       
    67 RUN_TEST_STEP_RESULT -1 100 tuiscriptadaptors UninstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0047-U
       
    68 END_TESTCASE API-SEC-SWI-REVOCATION-I-0049
       
    69 
       
    70 /! @SYMTestCaseID		API-SEC-SWI-REVOCATION-I-0050
       
    71 //! @SYMTestCaseDesc		Tries to install the sis with Expressed Sign check disabled.
       
    72 //! @SYMDEF  			None
       
    73 //! @SYMTestPriority		High
       
    74 //! @SYMTestActions 		Tries to install the sis signed with valid Expressed sign cert. 
       
    75 //! @SYMTestExpectedResults	Install should complete without any error/panic and ocsp check should not be performed.
       
    76 //! @SYMDevelopedForRelease 	SymTB10.1
       
    77 
       
    78 
       
    79 START_TESTCASE API-SEC-SWI-REVOCATION-I-0050
       
    80 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepDisableExpSign
       
    81 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0050
       
    82 RUN_TEST_STEP_RESULT 0 100 	tRevocation SISREGCHECK	z:\tswi\tRevocation\scripts\trevocation.ini  API-SEC-SWI-REVOCATION-I-0050
       
    83 RUN_TEST_STEP 100 tuiscriptadaptors UninstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0047-U
       
    84 END_TESTCASE API-SEC-SWI-REVOCATION-I-0050
       
    85 
       
    86 
       
    87 //! @SYMTestCaseID		API-SEC-SWI-REVOCATION-I-0051
       
    88 //! @SYMTestCaseDesc		Tries to install the sis with Expressed Sign check Enabled and with Valid Expressed Sign Certificate.
       
    89 //! @SYMDEF  			None
       
    90 //! @SYMTestPriority		High
       
    91 //! @SYMTestActions 		Tries to install the sis signed with valid Expressed sign cert. 
       
    92 //! @SYMTestExpectedResults	Install should complete without any error/panic and ocsp check should be performed.
       
    93 //! @SYMDevelopedForRelease 	SymTB10.1
       
    94 
       
    95 START_TESTCASE API-SEC-SWI-REVOCATION-I-0051
       
    96 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepEnableExpSign
       
    97 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0051
       
    98 RUN_TEST_STEP_RESULT 0 100 	tRevocation SISREGCHECK	z:\tswi\tRevocation\scripts\trevocation.ini  API-SEC-SWI-REVOCATION-I-0051
       
    99 RUN_TEST_STEP 100 tuiscriptadaptors UninstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0047-U
       
   100 END_TESTCASE API-SEC-SWI-REVOCATION-I-0051
       
   101 
       
   102 
       
   103 //! @SYMTestCaseID		API-SEC-SWI-REVOCATION-I-0052
       
   104 //! @SYMTestCaseDesc		Tries to install the sis with Expressed Sign check Enabled and with Revoked Expressed Sign Certificate.
       
   105 //! @SYMDEF  			None
       
   106 //! @SYMTestPriority		High
       
   107 //! @SYMTestActions 		Tries to install the sis signed with revoked Expressed sign cert. 
       
   108 //! @SYMTestExpectedResults	Install should abort with error and ocsp check should be performed.
       
   109 //! @SYMDevelopedForRelease 	SymTB10.1
       
   110 
       
   111 START_TESTCASE API-SEC-SWI-REVOCATION-I-0052
       
   112 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepEnableExpSign
       
   113 RUN_TEST_STEP_RESULT -3 100 tuiscriptadaptors InstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0052
       
   114 RUN_TEST_STEP_RESULT -1 100 tuiscriptadaptors UninstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0047-U
       
   115 END_TESTCASE API-SEC-SWI-REVOCATION-I-0052
       
   116 
       
   117 /! @SYMTestCaseID		API-SEC-SWI-REVOCATION-I-0053
       
   118 //! @SYMTestCaseDesc		Tries to install the sis with Self Sign check disabled.
       
   119 //! @SYMDEF  			None
       
   120 //! @SYMTestPriority		High
       
   121 //! @SYMTestActions 		Tries to install the sis signed with valid Self sign cert. 
       
   122 //! @SYMTestExpectedResults	Install should complete without any error/panic and ocsp check should not be performed.
       
   123 //! @SYMDevelopedForRelease 	SymTB10.1
       
   124 
       
   125 
       
   126 START_TESTCASE API-SEC-SWI-REVOCATION-I-0053
       
   127 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepDisableSelfSign
       
   128 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0053
       
   129 RUN_TEST_STEP_RESULT 0 100 	tRevocation SISREGCHECK	z:\tswi\tRevocation\scripts\trevocation.ini  API-SEC-SWI-REVOCATION-I-0053
       
   130 RUN_TEST_STEP 100 tuiscriptadaptors UninstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0047-U
       
   131 END_TESTCASE API-SEC-SWI-REVOCATION-I-0053
       
   132 
       
   133 
       
   134 //! @SYMTestCaseID		API-SEC-SWI-REVOCATION-I-0054
       
   135 //! @SYMTestCaseDesc		Tries to install the sis with Self Sign check Enabled and with Valid Self Sign Certificate.
       
   136 //! @SYMDEF  			None
       
   137 //! @SYMTestPriority		High
       
   138 //! @SYMTestActions 		Tries to install the sis signed with valid Self sign cert. 
       
   139 //! @SYMTestExpectedResults	Install should complete without any error/panic and ocsp check should be performed.
       
   140 //! @SYMDevelopedForRelease 	SymTB10.1
       
   141 
       
   142 START_TESTCASE API-SEC-SWI-REVOCATION-I-0054
       
   143 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepEnableSelfSign
       
   144 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0054
       
   145 RUN_TEST_STEP_RESULT 0 100 	tRevocation SISREGCHECK	z:\tswi\tRevocation\scripts\trevocation.ini  API-SEC-SWI-REVOCATION-I-0054
       
   146 RUN_TEST_STEP 100 tuiscriptadaptors UninstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0047-U
       
   147 END_TESTCASE API-SEC-SWI-REVOCATION-I-0054
       
   148 
       
   149 
       
   150 //! @SYMTestCaseID		API-SEC-SWI-REVOCATION-I-0055
       
   151 //! @SYMTestCaseDesc		Tries to install the sis with Self Sign check Enabled and with Revoked Self Sign Certificate.
       
   152 //! @SYMDEF  			None
       
   153 //! @SYMTestPriority		High
       
   154 //! @SYMTestActions 		Tries to install the sis signed with revoked Self sign cert. 
       
   155 //! @SYMTestExpectedResults	Install should abort with error and ocsp check should be performed.
       
   156 //! @SYMDevelopedForRelease 	SymTB10.1
       
   157 
       
   158 START_TESTCASE API-SEC-SWI-REVOCATION-I-0055
       
   159 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepEnableSelfSign
       
   160 RUN_TEST_STEP_RESULT -3 100 tuiscriptadaptors InstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0055
       
   161 RUN_TEST_STEP_RESULT -1 100 tuiscriptadaptors UninstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0047-U
       
   162 END_TESTCASE API-SEC-SWI-REVOCATION-I-0055
       
   163 
       
   164 /! @SYMTestCaseID		API-SEC-SWI-REVOCATION-I-0056
       
   165 //! @SYMTestCaseDesc		Tries to install the sis with VeriSign Sign check disabled.
       
   166 //! @SYMDEF  			None
       
   167 //! @SYMTestPriority		High
       
   168 //! @SYMTestActions 		Tries to install the sis signed with valid VeriSign sign cert. 
       
   169 //! @SYMTestExpectedResults	Install should complete without any error/panic and ocsp check should not be performed.
       
   170 //! @SYMDevelopedForRelease 	SymTB10.1
       
   171 
       
   172 
       
   173 START_TESTCASE API-SEC-SWI-REVOCATION-I-0056
       
   174 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepDisableCertifiedVeriSign
       
   175 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0056
       
   176 RUN_TEST_STEP_RESULT 0 100 	tRevocation SISREGCHECK	z:\tswi\tRevocation\scripts\trevocation.ini  API-SEC-SWI-REVOCATION-I-0056
       
   177 RUN_TEST_STEP 100 tuiscriptadaptors UninstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0047-U
       
   178 END_TESTCASE API-SEC-SWI-REVOCATION-I-0056
       
   179 
       
   180 
       
   181 //! @SYMTestCaseID		API-SEC-SWI-REVOCATION-I-0057
       
   182 //! @SYMTestCaseDesc		Tries to install the sis with VeriSign Sign check Enabled and with Valid VeriSign Sign Certificate.
       
   183 //! @SYMDEF  			None
       
   184 //! @SYMTestPriority		High
       
   185 //! @SYMTestActions 		Tries to install the sis signed with valid VeriSign sign cert. 
       
   186 //! @SYMTestExpectedResults	Install should complete without any error/panic and ocsp check should be performed.
       
   187 //! @SYMDevelopedForRelease 	SymTB10.1
       
   188 
       
   189 START_TESTCASE API-SEC-SWI-REVOCATION-I-0057
       
   190 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepEnableCertifiedVeriExpSign
       
   191 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0057
       
   192 RUN_TEST_STEP_RESULT 0 100 	tRevocation SISREGCHECK	z:\tswi\tRevocation\scripts\trevocation.ini  API-SEC-SWI-REVOCATION-I-0057
       
   193 RUN_TEST_STEP 100 tuiscriptadaptors UninstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0047-U
       
   194 END_TESTCASE API-SEC-SWI-REVOCATION-I-0057
       
   195 
       
   196 
       
   197 //! @SYMTestCaseID		API-SEC-SWI-REVOCATION-I-0058
       
   198 //! @SYMTestCaseDesc		Tries to install the sis with VeriSign Sign check Enabled and with Revoked VeriSign Sign Certificate.
       
   199 //! @SYMDEF  			None
       
   200 //! @SYMTestPriority		High
       
   201 //! @SYMTestActions 		Tries to install the sis signed with revoked VeriSign sign cert. 
       
   202 //! @SYMTestExpectedResults	Install should abort with error and ocsp check should be performed.
       
   203 //! @SYMDevelopedForRelease 	SymTB10.1
       
   204 
       
   205 START_TESTCASE API-SEC-SWI-REVOCATION-I-0058
       
   206 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepEnableCertifiedVeriExpSign
       
   207 RUN_TEST_STEP_RESULT -3 100 tuiscriptadaptors InstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0058
       
   208 RUN_TEST_STEP_RESULT -1 100 tuiscriptadaptors UninstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0047-U
       
   209 END_TESTCASE API-SEC-SWI-REVOCATION-I-0058
       
   210 
       
   211 /! @SYMTestCaseID		API-SEC-SWI-REVOCATION-I-0059
       
   212 //! @SYMTestCaseDesc		Tries to install the sis with VeriSign Sign check disabled.
       
   213 //! @SYMDEF  			None
       
   214 //! @SYMTestPriority		High
       
   215 //! @SYMTestActions 		Tries to install the sis signed with valid VeriSign sign cert. 
       
   216 //! @SYMTestExpectedResults	Install should complete without any error and ocsp check should not be performed.
       
   217 //! @SYMDevelopedForRelease 	SymTB10.1
       
   218 
       
   219 
       
   220 START_TESTCASE API-SEC-SWI-REVOCATION-I-0059
       
   221 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepDisableExpSign
       
   222 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepDisableSelfSign
       
   223 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepDisableCertifiedSign
       
   224 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepDisableCertifiedVeriSign
       
   225 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0059
       
   226 RUN_TEST_STEP_RESULT 0 100 	tRevocation SISREGCHECK	z:\tswi\tRevocation\scripts\trevocation.ini  API-SEC-SWI-REVOCATION-I-0059
       
   227 RUN_TEST_STEP 100 tuiscriptadaptors UninstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0047-U
       
   228 END_TESTCASE API-SEC-SWI-REVOCATION-I-0059
       
   229 
       
   230 
       
   231 //! @SYMTestCaseID		API-SEC-SWI-REVOCATION-I-0060
       
   232 //! @SYMTestCaseDesc		Tries to install the sis with VeriSign Sign check Enabled and with Valid VeriSign Sign Certificate.
       
   233 //! @SYMDEF  			None
       
   234 //! @SYMTestPriority		High
       
   235 //! @SYMTestActions 		Tries to install the sis signed with valid VeriSign sign cert. 
       
   236 //! @SYMTestExpectedResults	Install should complete without any error/panic and ocsp check should be performed.
       
   237 //! @SYMDevelopedForRelease 	SymTB10.1
       
   238 
       
   239 START_TESTCASE API-SEC-SWI-REVOCATION-I-0060
       
   240 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepEnableExpSign
       
   241 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepEnableSelfSign
       
   242 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepEnableCertifiedSign
       
   243 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepEnableCertifiedVeriExpSign
       
   244 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0060
       
   245 RUN_TEST_STEP_RESULT 0 100 	tRevocation SISREGCHECK	z:\tswi\tRevocation\scripts\trevocation.ini  API-SEC-SWI-REVOCATION-I-0060
       
   246 RUN_TEST_STEP 100 tuiscriptadaptors UninstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0047-U
       
   247 END_TESTCASE API-SEC-SWI-REVOCATION-I-0060
       
   248 
       
   249 
       
   250 //! @SYMTestCaseID		API-SEC-SWI-REVOCATION-I-0061
       
   251 //! @SYMTestCaseDesc		Tries to install the sis with VeriSign Sign check Enabled and with Revoked VeriSign Sign Certificate.
       
   252 //! @SYMDEF  			None
       
   253 //! @SYMTestPriority		High
       
   254 //! @SYMTestActions 		Tries to install the sis signed with revoked VeriSign sign cert. 
       
   255 //! @SYMTestExpectedResults	Install should abort with error and ocsp check should be performed.
       
   256 //! @SYMDevelopedForRelease 	SymTB10.1
       
   257 
       
   258 START_TESTCASE API-SEC-SWI-REVOCATION-I-0061
       
   259 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepEnableExpSign
       
   260 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepEnableSelfSign
       
   261 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepEnableCertifiedSign
       
   262 RUN_TEST_STEP 100 tSisRegistryTest SetCenRepSetting z:\tswi\trevocation\scripts\trevocation.ini CenRepEnableCertifiedVeriExpSign
       
   263 RUN_TEST_STEP_RESULT -3 100 tuiscriptadaptors InstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0061
       
   264 RUN_TEST_STEP_RESULT -1 100 tuiscriptadaptors UninstallStep z:\tswi\trevocation\scripts\trevocation.ini API-SEC-SWI-REVOCATION-I-0047-U
       
   265 END_TESTCASE API-SEC-SWI-REVOCATION-I-0061
       
   266 
       
   267 // Ensure that SWIS shuts down after the above tests to make sure heap checks run
       
   268 RUN_TEST_STEP 5 tuiscriptadaptors SwisNotRunning