cryptomgmtlibs/securitytestfw/test/autotesting/runcertman_9.4.bat
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    11 @rem
    11 @rem
    12 @rem Contributors:
    12 @rem Contributors:
    13 @rem
    13 @rem
    14 @rem Description: 
    14 @rem Description: 
    15 @rem
    15 @rem
    16 REM PKCS7 tests - uses testexecute framework
       
    17 copy /s z:\tpkcs7\ c:\tpkcs7\
    16 copy /s z:\tpkcs7\ c:\tpkcs7\
    18 testexecute c:\tpkcs7\tpkcs7_v2.script
    17 testexecute c:\tpkcs7\tpkcs7_v2.script
    19 move c:\logs\testexecute\tpkcs7_v2.htm e:\testresults\tpkcs7_v2.htm
    18 move c:\logs\testexecute\tpkcs7_v2.htm e:\testresults\tpkcs7_v2.htm
    20 testexecute c:\tpkcs7\tcms.script
    19 testexecute c:\tpkcs7\tcms.script
    21 move c:\logs\testexecute\tcms.htm e:\testresults\tcms.htm
    20 move c:\logs\testexecute\tcms.htm e:\testresults\tcms.htm
    71 t_certstore c:\tcertstore\scripts\wri-swicertstore1.txt c:\testresults\wri-swicertstore.txt
    70 t_certstore c:\tcertstore\scripts\wri-swicertstore1.txt c:\testresults\wri-swicertstore.txt
    72 move c:\testresults\wri-swicertstore.txt e:\testresults\wri-swicertstore.txt
    71 move c:\testresults\wri-swicertstore.txt e:\testresults\wri-swicertstore.txt
    73 
    72 
    74 del c:\system\data\cacerts.dat
    73 del c:\system\data\cacerts.dat
    75 
    74 
    76 REM Composite Certstore Configuration CR1393
       
    77 del c:\private\101f72a6\cacerts.dat
       
    78 del c:\private\101f72a6\certclients.dat
       
    79 t_certstore c:\tcertstore\multiple_certstore\scripts\tfilecertstore14.txt c:\testresults\tfilecertstore14.txt
       
    80 move c:\testresults\tfilecertstore14.txt e:\testresults\tfilecertstore14.txt
       
    81 del c:\private\101f72a6\cacerts.dat
       
    82 del c:\private\101f72a6\certclients.dat
       
    83 
    75 
    84 rem deleting data on c: to save room and leave slots in root folder
    76 rem deleting data on c: to save room and leave slots in root folder
    85 del /s c:\unifiedcertstore2\
    77 del /s c:\unifiedcertstore2\
    86 del /s c:\tcertstore\
    78 del /s c:\tcertstore\
    87 del c:\certappmanager.txt
    79 del c:\certappmanager.txt
   125 rem deleting data on c: to save room and leave slots in root folder
   117 rem deleting data on c: to save room and leave slots in root folder
   126 del /s c:\system\tocsp\
   118 del /s c:\system\tocsp\
   127 attrib c:\*.* -r
   119 attrib c:\*.* -r
   128 del c:\*.*
   120 del c:\*.*
   129 
   121 
       
   122 REM Test the JMI CenRep's production version initialization file
       
   123 tjmicenrep
       
   124 move c:\jmicenreptest.log e:\testresults\jmicenreptest.log
       
   125 
   130 rem TX509
   126 rem TX509
   131 rem copy tx509 test data
   127 rem copy tx509 test data
   132 copy /s z:\tx509\ c:\tx509\
   128 copy /s z:\tx509\ c:\tx509\
   133 
   129 
   134 rem run tx509 tests
   130 rem run tx509 tests
   135 tx509 \TX509\SCRIPTS\TX509.TXT c:\testresults\tx509.log
   131 tx509 \TX509\SCRIPTS\TX509.TXT c:\testresults\tx509.log
   136 rem copy results to mmc card 
   132 rem copy results to mmc card 
   137 move c:\testresults\tx509.log e:\testresults\tx509.log
   133 move c:\testresults\tx509.log e:\testresults\tx509.log
   138 rem run tx509 distinguished name tests
       
   139 tx509 \tx509\scripts\tx509-dnames.txt c:\testresults\tx509_dnames.log
       
   140 rem copy results to mmc card
       
   141 move c:\testresults\tx509_dnames.log e:\testresults\tx509_dnames.log
       
   142 rem run tx509 dev certs tests
   134 rem run tx509 dev certs tests
   143 tx509 \TX509\SCRIPTS\TX509_DEV_CERTS.TXT c:\testresults\tx509_dev_certs.log
   135 tx509 \TX509\SCRIPTS\TX509_DEV_CERTS.TXT c:\testresults\tx509_dev_certs.log
   144 rem copy results to mmc card
   136 rem copy results to mmc card
   145 move c:\testresults\tx509_dev_certs.log e:\testresults\tx509_dev_certs.log
   137 move c:\testresults\tx509_dev_certs.log e:\testresults\tx509_dev_certs.log
   146 rem tidy up
   138 rem tidy up
   198 REM tpkcs10_v2 - Uses TEF
   190 REM tpkcs10_v2 - Uses TEF
   199 copy /s z:\tpkcs10\ c:\tpkcs10\
   191 copy /s z:\tpkcs10\ c:\tpkcs10\
   200 testexecute c:\tpkcs10\scripts\tpkcs10_v2.script
   192 testexecute c:\tpkcs10\scripts\tpkcs10_v2.script
   201 move c:\logs\testexecute\tpkcs10_v2.htm e:\testresults\tpkcs10_v2.htm
   193 move c:\logs\testexecute\tpkcs10_v2.htm e:\testresults\tpkcs10_v2.htm
   202 del /s c:\tpkcs10
   194 del /s c:\tpkcs10
   203 
       
   204 REM tpkixcert_tef
       
   205 copy /s z:\tpkixcert_tef\ c:\tpkixcert_tef\
       
   206 testexecute c:\tpkixcert_tef\scripts\tpkixcert_tef.script
       
   207 move c:\logs\testexecute\tpkixcert_tef.htm e:\testresults\tpkixcert_tef.htm
       
   208 del /s c:\tpkixcert_tef
       
   209 
       
   210 
       
   211 attrib c:\*.* -r
   195 attrib c:\*.* -r
   212 del c:\*.*
   196 del c:\*.*
   213 
   197 
   214 del c:\system\data\cacerts.dat
   198 del c:\system\data\cacerts.dat
   215 del c:\system\data\certclients.dat
   199 del c:\system\data\certclients.dat