cryptomgmtlibs/securitytestfw/test/autotesting/vascotests.bat
changeset 77 956a80986d49
equal deleted inserted replaced
73:2f170b33ba46 77:956a80986d49
       
     1 @rem
       
     2 @rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 @rem All rights reserved.
       
     4 @rem This component and the accompanying materials are made available
       
     5 @rem under the terms of the License "Eclipse Public License v1.0"
       
     6 @rem which accompanies this distribution, and is available
       
     7 @rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 @rem
       
     9 @rem Initial Contributors:
       
    10 @rem Nokia Corporation - initial contribution.
       
    11 @rem
       
    12 @rem Contributors:
       
    13 @rem
       
    14 @rem Description: 
       
    15 @rem
       
    16 
       
    17 REM Attempt to stop the execution in case it's accidentally started on a PC
       
    18 ECHO About to run Security Team Hardware Tests
       
    19 pause
       
    20 
       
    21 REM create testresults directory
       
    22 md c:\testresults
       
    23 md e:\testresults
       
    24 
       
    25 REM copy hosts file to redirect cam-ocspserver request to ban-ocspserver
       
    26 md c:\private
       
    27 md c:\private\10000882
       
    28 copy z:\hosts c:\private\10000882\hosts
       
    29 
       
    30 REM install automated commdb
       
    31 copy z:\auto.cfg c:\auto.cfg
       
    32 ced -i c:\auto.cfg
       
    33 
       
    34 sntpclient -savings cbtime01.symbian.intra bantime01.symbian.intra
       
    35 
       
    36 
       
    37 REM hash
       
    38 copy /s z:\thash\ c:\thash\
       
    39 thash
       
    40 move c:\hashlog.txt c:\testresults\
       
    41 move c:\testresults\hashlog.txt e:\testresults\hashlog.txt
       
    42 del /s c:\thash\
       
    43 
       
    44 REM random
       
    45 t_random
       
    46 move c:\t_random.log c:\testresults\
       
    47 move c:\testresults\t_random.log e:\testresults\t_random.log
       
    48 
       
    49 REM padding - uses testexecute framework
       
    50 copy /s z:\tpadding\ c:\tpadding\
       
    51 testexecute c:\tpadding\tpadding.script
       
    52 move c:\logs\testexecute\tpadding.htm e:\testresults\tpadding.htm
       
    53 del /s c:\tpadding\
       
    54 
       
    55 REM new cryptospi tests
       
    56 copy /s z:\testdata\tcryptospi\ c:\testdata\tcryptospi\
       
    57 testexecute z:\testdata\tcryptospi\scripts\tcryptospi.script
       
    58 move c:\logs\testexecute\tcryptospi.htm e:\testresults\tcryptospi.htm
       
    59 del /s c:\testdata\tcryptospi\
       
    60 
       
    61 REM crypto, asymmetric
       
    62 
       
    63 REM tasymmetric z:\tasymmetric\asymmetricPerformance.txt c:\testresults\asymmetricPerformance.log
       
    64 
       
    65 tasymmetric z:\tasymmetric\tasymmetrictests.script c:\logs\testexecute\tasymmetrictests.htm
       
    66 move c:\logs\testexecute\tasymmetrictests.htm e:\testresults\tasymmetrictests.htm
       
    67 
       
    68 REM crypto, symmetric
       
    69 
       
    70 tsymmetric z:\tsymmetric\tsymmetrictests.script c:\logs\testexecute\tsymmetrictests.htm
       
    71 move c:\logs\testexecute\tsymmetrictests.htm e:\testresults\tsymmetrictests.htm
       
    72 
       
    73 tsymmetric z:\tsymmetric\AESECBVectorsScript.script c:\logs\testexecute\AESECBVectorsScript.htm
       
    74 move c:\logs\testexecute\AESECBVectorsScript.htm e:\testresults\AESECBVectorsScript.htm
       
    75 
       
    76 tsymmetric z:\tsymmetric\AESECB_KAT_VT.script c:\logs\testexecute\AESECB_KAT_VT.htm
       
    77 move c:\logs\testexecute\AESECB_KAT_VT.htm e:\testresults\AESECB_KAT_VT.htm
       
    78 
       
    79 tsymmetric z:\tsymmetric\AESECB_KAT_VK.script c:\logs\testexecute\AESECB_KAT_VK.htm
       
    80 move c:\logs\testexecute\AESECB_KAT_VK.htm e:\testresults\AESECB_KAT_VK.htm
       
    81 
       
    82 tsymmetric z:\tsymmetric\AESMonteCarloEncryptECB128.script c:\logs\testexecute\AESMonteCarloEncryptECB128.htm
       
    83 move c:\logs\testexecute\AESMonteCarloEncryptECB128.htm e:\testresults\AESMonteCarloEncryptECB128.htm
       
    84 
       
    85 tsymmetric z:\tsymmetric\AESMonteCarloEncryptECB192.script c:\logs\testexecute\AESMonteCarloEncryptECB192.htm
       
    86 move c:\logs\testexecute\AESMonteCarloEncryptECB192.htm e:\testresults\AESMonteCarloEncryptECB192.htm
       
    87 
       
    88 tsymmetric z:\tsymmetric\AESMonteCarloEncryptECB256.script c:\logs\testexecute\AESMonteCarloEncryptECB256.htm
       
    89 move c:\logs\testexecute\AESMonteCarloEncryptECB256.htm e:\testresults\AESMonteCarloEncryptECB256.htm
       
    90 
       
    91 tsymmetric z:\tsymmetric\AESMonteCarloDecryptECB128.script c:\logs\testexecute\AESMonteCarloDecryptECB128.htm
       
    92 move c:\logs\testexecute\AESMonteCarloDecryptECB128.htm e:\testresults\AESMonteCarloDecryptECB128.htm
       
    93 
       
    94 tsymmetric z:\tsymmetric\AESMonteCarloDecryptECB192.script c:\logs\testexecute\AESMonteCarloDecryptECB192.htm
       
    95 move c:\logs\testexecute\AESMonteCarloDecryptECB192.htm e:\testresults\AESMonteCarloDecryptECB192.htm
       
    96 
       
    97 tsymmetric z:\tsymmetric\AESMonteCarloDecryptECB256.script c:\logs\testexecute\AESMonteCarloDecryptECB256.htm
       
    98 move c:\logs\testexecute\AESMonteCarloDecryptECB256.htm e:\testresults\AESMonteCarloDecryptECB256.htm
       
    99 
       
   100 tsymmetric z:\tsymmetric\AESMonteCarloEncryptCBC128.script c:\logs\testexecute\AESMonteCarloEncryptCBC128.htm
       
   101 move c:\logs\testexecute\AESMonteCarloEncryptCBC128.htm e:\testresults\AESMonteCarloEncryptCBC128.htm
       
   102 
       
   103 tsymmetric z:\tsymmetric\AESMonteCarloEncryptCBC192A.script c:\logs\testexecute\AESMonteCarloEncryptCBC192A.htm
       
   104 move c:\logs\testexecute\AESMonteCarloEncryptCBC192A.htm e:\testresults\AESMonteCarloEncryptCBC192A.htm
       
   105 
       
   106 tsymmetric z:\tsymmetric\AESMonteCarloEncryptCBC192B.script c:\logs\testexecute\AESMonteCarloEncryptCBC192B.htm
       
   107 move c:\logs\testexecute\AESMonteCarloEncryptCBC192B.htm e:\testresults\AESMonteCarloEncryptCBC192B.htm
       
   108 
       
   109 tsymmetric z:\tsymmetric\AESMonteCarloEncryptCBC256.script c:\logs\testexecute\AESMonteCarloEncryptCBC256.htm
       
   110 move c:\logs\testexecute\AESMonteCarloEncryptCBC256.htm e:\testresults\AESMonteCarloEncryptCBC256.htm
       
   111 
       
   112 tsymmetric z:\tsymmetric\AESMonteCarloDecryptCBC128.script c:\logs\testexecute\AESMonteCarloDecryptCBC128.htm
       
   113 move c:\logs\testexecute\AESMonteCarloDecryptCBC128.htm e:\testresults\AESMonteCarloDecryptCBC128.htm
       
   114 
       
   115 tsymmetric z:\tsymmetric\AESMonteCarloDecryptCBC192.script c:\logs\testexecute\AESMonteCarloDecryptCBC192.htm
       
   116 move c:\logs\testexecute\AESMonteCarloDecryptCBC192.htm e:\testresults\AESMonteCarloDecryptCBC192.htm
       
   117 
       
   118 tsymmetric z:\tsymmetric\AESMonteCarloDecryptCBC256.script c:\logs\testexecute\AESMonteCarloDecryptCBC256.htm
       
   119 move c:\logs\testexecute\AESMonteCarloDecryptCBC256.htm e:\testresults\AESMonteCarloDecryptCBC256.htm
       
   120 
       
   121 
       
   122 
       
   123 REM crypto, bigint
       
   124 
       
   125 tbigint z:\tbigint\tconstructiontests.script c:\logs\testexecute\tconstruction.htm
       
   126 move c:\logs\testexecute\tconstruction.htm e:\testresults\tconstruction.htm
       
   127 
       
   128 tbigint z:\tbigint\tbasicmathstests.script c:\logs\testexecute\tbasicmaths.htm
       
   129 move c:\logs\testexecute\tbasicmaths.htm e:\testresults\tbasicmaths.htm
       
   130 
       
   131 tbigint z:\tbigint\tmontgomerytests.script c:\logs\testexecute\tmontgomery.htm
       
   132 move c:\logs\testexecute\tmontgomery.htm e:\testresults\tmontgomery.htm
       
   133 
       
   134 REM tbigint z:\tbigint\tperformancetests.script c:\logs\testexecute\tperformance.htm
       
   135 REM move c:\logs\testexecute\tperformance.htm e:\testresults\tperformance.htm
       
   136 
       
   137 tbigint z:\tbigint\tprimetests.script c:\logs\testexecute\tprime.htm
       
   138 move c:\logs\testexecute\tprime.htm e:\testresults\tprime.htm
       
   139 
       
   140 REM tbigint z:\tbigint\tprimetests2.script c:\logs\testexecute\tprime2.htm
       
   141 REM move c:\logs\testexecute\tprime2.htm e:\testresults\tprime2.htm
       
   142 
       
   143 tbigint z:\tbigint\tprimefailuretests.script  c:\logs\testexecute\tprimefailure.htm
       
   144 move c:\logs\testexecute\tprimefailure.htm e:\testresults\tprimefailure.htm
       
   145 
       
   146 tbigint z:\tbigint\tprimegen.script c:\logs\testexecute\tprimegen.htm
       
   147 move c:\logs\testexecute\tprimegen.htm e:\testresults\tprimegen.htm
       
   148 
       
   149 
       
   150 
       
   151 REM crypto, tpkcs5kdf
       
   152 md c:\tpkcs5kdf
       
   153 
       
   154 copy z:\tpkcs12kdftests.script c:\tpkcs5kdf\tpkcs12kdftests.script
       
   155 tpkcs5kdf c:\tpkcs5kdf\tpkcs12kdftests.script c:\tpkcs5kdf\tpkcs12kdftests.htm
       
   156 move c:\tpkcs5kdf\tpkcs12kdftests.htm e:\testresults\tpkcs12kdftests.htm
       
   157 del /s c:\tpkcs5kdf\
       
   158 
       
   159 
       
   160 REM crypto, pbe
       
   161 
       
   162 md c:\tpbe
       
   163 copy z:\tpbe\*.dat c:\tpbe
       
   164 attrib c:\tpbe\strong.dat -r
       
   165 attrib c:\tpbe\weak.dat -r
       
   166 tpbe z:\tpbe\tpbetests_v2.script c:\logs\testexecute\tpbetestsv2.htm
       
   167 move c:\logs\testexecute\tpbetestsv2.htm e:\testresults\tpbetestsv2.htm
       
   168 
       
   169 del /s c:\tpbe\
       
   170 
       
   171 
       
   172 REM Run recognizer tests
       
   173 md c:\trecog
       
   174 copy /s z:\trecog\* c:\trecog
       
   175 
       
   176 testexecute z:\trecog\trecogcert.script
       
   177 move c:\logs\testexecute\trecogcert.htm e:\testresults\trecogcert.htm
       
   178 
       
   179 testexecute z:\trecog\trecogpkcs12.script
       
   180 move c:\logs\testexecute\trecogpkcs12.htm e:\testresults\trecogpkcs12.htm
       
   181 
       
   182 REM Enable the following test when DEF076875(or relevant CR) is done.
       
   183 REM runtlsclientauth.bat
       
   184 
       
   185 
       
   186 copy /s z:\tkeystore\ c:\tkeystore\
       
   187 copy /s z:\tcertstore\ c:\tcertstore\
       
   188 copy /s z:\ttesttools\ c:\ttesttools\
       
   189 copy /s z:\system\data\test1certstore.dat c:\system\data\test1certstore.dat
       
   190 copy /s c:\ttesttools\data\certclients.dat c:\private\101f72a6\certclients.dat
       
   191 
       
   192 TESTEXECUTE c:\ttesttools\scripts\sec-filetokens-tools.script
       
   193 move c:\logs\testexecute\sec-filetokens-tools.htm e:\testresults\sec-filetokens-tools.htm
       
   194 
       
   195 del c:\private\101f72a6\certclients.dat
       
   196 del c:\system\data\test1certstore.dat
       
   197 
       
   198 del /s c:\ttesttools\
       
   199 del /s c:\tcertstore\
       
   200 del /s c:\tkeystore\
       
   201 
       
   202 rem TCERTAPPS
       
   203 copy /s z:\tcertapps\ c:\tcertapps\
       
   204 t_certapps c:\tcertapps\scripts\script1.script c:\logs\testexecute\tcertapps.htm
       
   205 move c:\logs\testexecute\tcertapps.htm e:\testresults\tcertapps.htm
       
   206 t_certapps c:\tcertapps\scripts\apipolicing.script c:\logs\testexecute\tcertapps-apipolicing.htm
       
   207 move c:\logs\testexecute\tcertapps-apipolicing.htm e:\testresults\tcertapps-apipolicing.htm
       
   208 del /s c:\tcertapps\
       
   209 
       
   210 
       
   211 REM t_keystore
       
   212 copy /s z:\tkeystore\ c:\tkeystore\
       
   213 t_keystore c:\tkeystore\scripts\tkeystore.script c:\logs\testexecute\tkeystore.htm
       
   214 move c:\logs\testexecute\tkeystore.htm e:\testresults\tkeystore.htm
       
   215 t_keystore c:\tkeystore\scripts\authobjects.script c:\logs\testexecute\tkeystore_authobjects.htm
       
   216 move c:\logs\testexecute\tkeystore_authobjects.htm e:\testresults\tkeystore_authobjects.htm
       
   217 t_keystore c:\tkeystore\scripts\exportscript.script c:\logs\testexecute\tkeystore_export.htm
       
   218 move c:\logs\testexecute\tkeystore_export.htm e:\testresults\tkeystore_export.htm
       
   219 t_keystore c:\tkeystore\scripts\reload.script c:\logs\testexecute\tkeystore_reload.htm
       
   220 move c:\logs\testexecute\tkeystore_reload.htm e:\testresults\tkeystore_reload.htm
       
   221 t_keystore c:\tkeystore\scripts\oldserver_newfeature.script c:\logs\testexecute\oldserver_newfeature.htm
       
   222 move c:\logs\testexecute\oldserver_newfeature.htm e:\testresults\oldserver_newfeature.htm
       
   223 del /s c:\tkeystore\
       
   224 
       
   225 
       
   226 
       
   227 md c:\tcaf
       
   228 copy /s z:\tcaf\* c:\tcaf
       
   229 testexecute c:\tcaf\tcaf.script
       
   230 move c:\logs\testexecute\tcaf.htm e:\testresults\tcaf.htm
       
   231 del c:\tcaf\*.*
       
   232 
       
   233 md c:\tcaf
       
   234 copy /s z:\tcaf\* c:\tcaf
       
   235 testexecute c:\tcaf\tcafnodrmcap.script
       
   236 move c:\logs\testexecute\tcafnodrmcap.htm e:\testresults\tcafnodrmcap.htm
       
   237 del c:\tcaf\*.*
       
   238 
       
   239 md c:\tcaf
       
   240 copy /s z:\tcaf\* c:\tcaf
       
   241 testexecute c:\tcaf\drmfileperformance_armv5.script
       
   242 move c:\logs\testexecute\drmfileperformance_armv5.htm e:\testresults\drmfileperformance_armv5.htm
       
   243 del c:\tcaf\*.*
       
   244 
       
   245 md c:\rta
       
   246 copy /s z:\rta\* c:\rta
       
   247 testexecute c:\rta\rta.script
       
   248 move c:\logs\testexecute\rta.htm e:\testresults\rta.htm
       
   249 del c:\rta\*.*
       
   250 
       
   251 md c:\tcaf
       
   252 md c:\tcaf\tscaf
       
   253 copy /s z:\tcaf\tscaf\* c:\tcaf\tscaf
       
   254 testexecute c:\tcaf\tscaf\tscaf.script
       
   255 move c:\logs\testexecute\tscaf.htm e:\testresults\tscaf.htm
       
   256 
       
   257 md c:\rta
       
   258 copy /s z:\rta\* c:\rta
       
   259 testexecute c:\rta\rta_64bit.script
       
   260 move c:\logs\testexecute\rta_64bit.htm e:\testresults\rta_64bit.htm
       
   261 del c:\rta\*.*
       
   262 
       
   263 md c:\tcaf
       
   264 copy /s z:\tcaf\* c:\tcaf
       
   265 testexecute c:\tcaf\consumerstep_64bit.script
       
   266 move c:\logs\testexecute\consumerstep_64bit.htm e:\testresults\consumerstep_64bit.htm
       
   267 
       
   268 
       
   269 md e:\testresults\
       
   270 testexecute z:\tups\tupsdb\scripts\tupsdb.script 
       
   271 move c:\logs\testexecute\tupsdb.htm e:\testresults\tupsdb.htm
       
   272 
       
   273 testexecute z:\tups\tupsdb\scripts\tupsdbperformance.script 
       
   274 move c:\logs\testexecute\tupsdbperformance.htm e:\testresults\tupsdbperformance.htm
       
   275 
       
   276 rem UPS policy library unit tests
       
   277 testexecute z:\tups\tpolicies\scripts\tpolicycache.script
       
   278 move c:\logs\testexecute\tpolicycache.htm e:\testresults\tpolicycache.htm
       
   279 testexecute z:\tups\tpolicies\scripts\tpolicyreader.script
       
   280 move c:\logs\testexecute\tpolicyreader.htm e:\testresults\tpolicyreader.htm
       
   281 testexecute z:\tups\tpolicies\scripts\tserviceconfig.script
       
   282 move c:\logs\testexecute\tserviceconfig.htm e:\testresults\tserviceconfig.htm
       
   283 
       
   284 rem ups integration tests
       
   285 rem Creates temporary folder for backup and restore tests.
       
   286 md c:\tswi
       
   287 md c:\tswi\tbackuprestore
       
   288 
       
   289 testexecute z:\tups\integ\scripts\tups_integ.script
       
   290 move c:\logs\testexecute\tups_integ.htm e:\testresults\tups_integ.htm
       
   291 
       
   292 tmsgapp.exe
       
   293 move c:\tmsgapp.log e:\testresults\tmsgapp.log
       
   294 del c:\tmsgapp.log
       
   295 
       
   296 attrib c:\logs\testexecute\*.* -r
       
   297 del c:\logs\testexecute\*.*
       
   298 
       
   299 rem Deletes temporary folder for backup and restore tests.
       
   300 attrib c:\tswi\*.* -r
       
   301 del c:\tswi\*.*
       
   302 
       
   303 copy /s z:\tpkcs12intg\ c:\tpkcs12intg\
       
   304 testexecute c:\tpkcs12intg\data\tpkcs12lib.script
       
   305 move c:\logs\testexecute\tpkcs12lib.htm e:\testresults\tpkcs12lib.htm
       
   306 del /s c:\tpkcs12intg
       
   307 attrib c:\*.* -r
       
   308 del c:\*.*
       
   309 
       
   310 md c:\tkeystore
       
   311 md c:\tkeystore\data
       
   312 copy /s z:\tkeystore\data\ c:\tkeystore\data\
       
   313 copy z:\tasnpkcstests.script c:\tasnpkcstests.script
       
   314 tasnpkcs c:\tasnpkcstests.script c:\logs\testexecute\tasnpkcstests.htm
       
   315 move c:\logs\testexecute\tasnpkcstests.htm e:\testresults\tasnpkcstests.htm
       
   316 del c:\tasnpkcstests.script
       
   317 del /s c:\tkeystore\data\
       
   318 attrib c:\*.* -r
       
   319 del c:\*.*
       
   320 
       
   321 t_ctframework
       
   322 copy c:\T_CTFrameworkLog.txt e:\testresults\T_CTFrameworkLog.txt
       
   323 move T_CTFrameworkLog.txt c:\testresults\
       
   324 
       
   325 copy /s z:\tpkcs7\ c:\tpkcs7\
       
   326 testexecute c:\tpkcs7\tpkcs7_v2.script
       
   327 move c:\logs\testexecute\tpkcs7_v2.htm e:\testresults\tpkcs7_v2.htm
       
   328 testexecute c:\tpkcs7\tcms.script
       
   329 move c:\logs\testexecute\tcms.htm e:\testresults\tcms.htm
       
   330 testexecute c:\tpkcs7\tinteg_cms.script
       
   331 move c:\logs\testexecute\tinteg_cms.htm e:\testresults\tinteg_cms.htm
       
   332 del /s c:\tpkcs7\
       
   333 
       
   334 rem TCERTSTORE
       
   335 rem copy tcertstore test data
       
   336 copy /s z:\tcertstore\ c:\tcertstore\
       
   337 copy z:\certappmanager.txt c:\certappmanager.txt
       
   338 copy /s z:\unifiedcertstore2\ c:\unifiedcertstore2\
       
   339 copy z:\tcertstore\data\TestKeyStore.txt c:\system\data\testkeystore.txt
       
   340 del c:\system\data\cacerts.dat
       
   341 
       
   342 del c:\system\data\certclients.dat
       
   343 t_certstore c:\tcertstore\scripts\t_certstore_sha2.script c:\testresults\t_certstore_sha2.htm
       
   344 move c:\testresults\t_certstore_sha2.htm e:\testresults\t_certstore_sha2.htm
       
   345 
       
   346 rem run tcertstore tests
       
   347 t_certstore c:\tcertstore\scripts\unifiedcertstore1-conf1.script c:\logs\testexecute\unifiedcertstore1-conf1.htm
       
   348 move c:\logs\testexecute\unifiedcertstore1-conf1.htm e:\testresults\unifiedcertstore1-conf1.htm
       
   349 
       
   350 del c:\system\data\cacerts.dat
       
   351 del c:\system\data\certclients.dat
       
   352 t_certstore c:\tcertstore\scripts\unifiedcertstore2-conf1.script c:\logs\testexecute\unifiedcertstore2-conf1.htm
       
   353 move c:\logs\testexecute\unifiedcertstore2-conf1.htm e:\testresults\unifiedcertstore2-conf1.htm
       
   354 
       
   355 del c:\system\data\cacerts.dat
       
   356 t_certstore c:\tcertstore\scripts\unifiedcertstore3-conf1.script c:\logs\testexecute\unifiedcertstore3-conf1.htm
       
   357 move c:\logs\testexecute\unifiedcertstore3-conf1.htm e:\testresults\unifiedcertstore3-conf1.htm
       
   358 
       
   359 del c:\system\data\cacerts.dat
       
   360 t_certstore c:\tcertstore\scripts\dsa.script c:\logs\testexecute\tcertstore-dsa.htm
       
   361 move c:\logs\testexecute\tcertstore-dsa.htm e:\testresults\tcertstore-dsa.htm
       
   362 
       
   363 del c:\system\data\cacerts.dat
       
   364 t_certstore c:\tcertstore\scripts\reload.script c:\logs\testexecute\tcertstore-reload.htm
       
   365 move c:\logs\testexecute\tcertstore-reload.htm e:\testresults\tcertstore-reload.htm
       
   366 
       
   367 del c:\system\data\cacerts.dat
       
   368 t_certstore c:\tcertstore\scripts\apipolicing.script c:\logs\testexecute\tcertstore-apipolicing.htm
       
   369 move c:\logs\testexecute\tcertstore-apipolicing.htm e:\testresults\tcertstore-apipolicing.htm
       
   370 
       
   371 del c:\system\data\cacerts.dat
       
   372 t_certstore c:\tcertstore\scripts\filecertstore_errors.script c:\logs\testexecute\tcertstore-errors.htm
       
   373 move c:\logs\testexecute\tcertstore-errors.htm e:\testresults\tcertstore-errors.htm
       
   374 
       
   375 del c:\system\data\cacerts.dat
       
   376 t_certstore c:\tcertstore\scripts\swicertstore1.script c:\logs\testexecute\swicertstore1.htm
       
   377 move c:\logs\testexecute\swicertstore1.htm e:\testresults\swicertstore1.htm
       
   378 
       
   379 t_certstore c:\tcertstore\scripts\swicertstore4.script c:\logs\testexecute\swicertstore4.htm
       
   380 move c:\logs\testexecute\swicertstore4.htm e:\testresults\swicertstore4.htm
       
   381 
       
   382 del c:\system\data\cacerts.dat
       
   383 t_certstore c:\tcertstore\scripts\wri-swicertstore1.script c:\logs\testexecute\wri-swicertstore1.htm
       
   384 move c:\logs\testexecute\wri-swicertstore1.htm e:\testresults\wri-swicertstore1.htm
       
   385 
       
   386 del c:\system\data\cacerts.dat
       
   387 
       
   388 REM Composite Certstore Configuration CR1393
       
   389 del c:\private\101f72a6\cacerts.dat
       
   390 del c:\private\101f72a6\certclients.dat
       
   391 t_certstore c:\tcertstore\multiple_certstore\scripts\tfilecertstore14.script c:\logs\testexecute\tfilecertstore14.htm
       
   392 move c:\logs\testexecute\tfilecertstore14.htm e:\testresults\tfilecertstore14.htm
       
   393 
       
   394 del c:\private\101f72a6\cacerts.dat
       
   395 del c:\private\101f72a6\certclients.dat
       
   396 
       
   397 rem deleting data on c: to save room and leave slots in root folder
       
   398 del /s c:\unifiedcertstore2\
       
   399 del /s c:\tcertstore\
       
   400 del c:\certappmanager.txt
       
   401 attrib c:\*.* -r
       
   402 del c:\*.*
       
   403 
       
   404 rem TOCSP
       
   405 rem copy tocsp test data
       
   406 copy /s z:\system\tocsp\ c:\system\tocsp\
       
   407 del c:\system\data\cacerts.dat
       
   408 
       
   409 rem run tocsp tests
       
   410 tocsp c:\system\tocsp\scripts\OPENSSL.script c:\logs\testexecute\TOCSP_openssl.htm
       
   411 del /s c:\system\tocsp\
       
   412 copy /s z:\system\tocsp\ c:\system\tocsp\
       
   413 
       
   414 
       
   415 tocsp c:\system\tocsp\scripts\XCERT-LOCAL.script c:\logs\testexecute\xcert_local.htm
       
   416 del /s c:\system\tocsp\
       
   417 copy /s z:\system\tocsp\ c:\system\tocsp\
       
   418 
       
   419 
       
   420 tocsp c:\system\tocsp\scripts\OPENSSL-LOCAL.script c:\logs\testexecute\xcert_openssl_local.htm
       
   421 del /s c:\system\tocsp\
       
   422 copy /s z:\system\tocsp\ c:\system\tocsp\
       
   423 
       
   424 tocsp c:\system\tocsp\scripts\error.script c:\logs\testexecute\ocsp_error.htm
       
   425 
       
   426 TOCSP c:\SYSTEM\TOCSP\SCRIPTS\DefaultPolicy.script c:\logs\testexecute\TOCSP_DefaultPolicy.htm
       
   427 
       
   428 rem copy test results to mmc card
       
   429 move c:\logs\testexecute\TOCSP_openssl.htm e:\testresults\TOCSP_openssl.htm
       
   430 move c:\logs\testexecute\xcert_local.htm e:\testresults\xcert_local.htm
       
   431 move c:\logs\testexecute\xcert_openssl_local.htm e:\testresults\xcert_openssl_local.htm
       
   432 move c:\logs\testexecute\ocsp_error.htm e:\testresults\ocsp_error.htm
       
   433 move c:\logs\testexecute\TOCSP_DefaultPolicy.htm e:\testresults\TOCSP_DefaultPolicy.htm
       
   434 
       
   435 rem deleting data on c: to save room and leave slots in root folder
       
   436 del /s c:\system\tocsp\
       
   437 attrib c:\*.* -r
       
   438 del c:\*.*
       
   439 
       
   440 rem TX509
       
   441 rem copy tx509 test data
       
   442 copy /s z:\tx509\ c:\tx509\
       
   443 
       
   444 rem run tx509 tests
       
   445 tx509 \TX509\SCRIPTS\TX509.script c:\logs\testexecute\tx509.htm
       
   446 rem copy results to mmc card 
       
   447 move c:\logs\testexecute\tx509.htm e:\testresults\tx509.htm
       
   448 rem run tx509 distinguished name tests
       
   449 tx509 \tx509\scripts\tx509-dnames.script c:\logs\testexecute\tx509_dnames.htm
       
   450 rem copy results to mmc card
       
   451 move c:\logs\testexecute\tx509_dnames.htm e:\testresults\tx509_dnames.htm
       
   452 rem run tx509 dev certs tests
       
   453 tx509 \TX509\SCRIPTS\TX509_DEV_CERTS.script c:\logs\testexecute\tx509_dev_certs.htm
       
   454 rem copy results to mmc card
       
   455 move c:\logs\testexecute\tx509_dev_certs.htm e:\testresults\tx509_dev_certs.htm
       
   456 rem tidy up
       
   457 del /s c:\tx509\
       
   458 attrib c:\*.* -r
       
   459 del c:\*.*
       
   460 
       
   461 rem TASN1
       
   462 rem run tasn1 tests
       
   463 copy /s z:\tasn1\ c:\tasn1\
       
   464 tasn1 c:\tasn1\scripts\tasn1.script c:\logs\testexecute\tasn1_log.htm
       
   465 rem copy test results to mmc card
       
   466 move c:\logs\testexecute\tasn1_log.htm e:\testresults\TASN1_log.htm
       
   467 del /s c:\tasn1\
       
   468 
       
   469 
       
   470 rem TWTLSCERT
       
   471 rem copy twtlscert test data
       
   472 copy /s z:\twtlscert\ c:\twtlscert\
       
   473 
       
   474 rem run twtlscert tests
       
   475 twtlscert c:\twtlscert\scripts\twtlscert.script c:\logs\testexecute\twtlscert.htm
       
   476 twtlscert c:\twtlscert\scripts\twtlscert1.script c:\logs\testexecute\twtlscert1.htm
       
   477 twtlscert c:\twtlscert\scripts\twtlscert2.script c:\logs\testexecute\twtlscert2.htm
       
   478 twtlscert c:\twtlscert\scripts\twtlscert3.script c:\logs\testexecute\twtlscert3.htm
       
   479 
       
   480 rem copy test results to mmc card 
       
   481 move c:\logs\testexecute\twtlscert.htm e:\testresults\twtlscert.htm
       
   482 move c:\logs\testexecute\twtlscert1.htm e:\testresults\twtlscert1.htm
       
   483 move c:\logs\testexecute\twtlscert2.htm e:\testresults\twtlscert2.htm
       
   484 move c:\logs\testexecute\twtlscert3.htm e:\testresults\twtlscert3.htm
       
   485 
       
   486 del /s c:\twtlscert\
       
   487 attrib c:\*.* -r
       
   488 del c:\*.*
       
   489 
       
   490 rem TPKIXCERT
       
   491 rem copy tpkixcert test data
       
   492 copy /s z:\tpkixcert\ c:\tpkixcert\
       
   493 copy /s z:\pkixtestdata\ c:\pkixtestdata\
       
   494 
       
   495 rem run tpkixcert tests
       
   496 tpkixcert c:\tpkixcert\scripts\tpkixtest_part1.script c:\logs\testexecute\tpkixtest1.htm
       
   497 tpkixcert c:\tpkixcert\scripts\tpkixtest_part2.script c:\logs\testexecute\tpkixtest2.htm
       
   498 tpkixcert c:\tpkixcert\scripts\cancel1.script c:\logs\testexecute\cancel1.htm
       
   499 
       
   500 rem copy test results to mmc card 
       
   501 move c:\logs\testexecute\tpkixtest1.htm e:\testresults\tpkixtest1.htm
       
   502 move c:\logs\testexecute\tpkixtest2.htm e:\testresults\tpkixtest2.htm
       
   503 move c:\logs\testexecute\cancel1.htm e:\testresults\tpkixcancel1.htm
       
   504 
       
   505 attrib c:\*.* -r
       
   506 del c:\*.*
       
   507 
       
   508 REM tpkcs10_v2 - Uses TEF
       
   509 copy /s z:\tpkcs10\ c:\tpkcs10\
       
   510 testexecute c:\tpkcs10\scripts\tpkcs10_v2.script
       
   511 move c:\logs\testexecute\tpkcs10_v2.htm e:\testresults\tpkcs10_v2.htm
       
   512 del /s c:\tpkcs10
       
   513 
       
   514 REM tpkixcert_tef
       
   515 copy /s z:\tpkixcert_tef\ c:\tpkixcert_tef\
       
   516 testexecute c:\tpkixcert_tef\scripts\tpkixcert_tef.script
       
   517 move c:\logs\testexecute\tpkixcert_tef.htm e:\testresults\tpkixcert_tef.htm
       
   518 del /s c:\tpkixcert_tef
       
   519 
       
   520 attrib c:\*.* -r
       
   521 del c:\*.*
       
   522 
       
   523 del c:\system\data\cacerts.dat
       
   524 del c:\system\data\certclients.dat
       
   525 
       
   526 
       
   527