|
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 copy z:\buildid.txt e:\ |
|
25 copy z:\buildid.txt e:\testresults |
|
26 |
|
27 REM copy hosts file to redirect cam-ocspserver request to ban-ocspserver |
|
28 md c:\private |
|
29 md c:\private\10000882 |
|
30 copy z:\hosts c:\private\10000882\hosts |
|
31 |
|
32 REM install automated commdb |
|
33 copy z:\auto.cfg c:\auto.cfg |
|
34 ced -i c:\auto.cfg |
|
35 |
|
36 sntpclient -savings cbtime01.symbian.intra bantime01.symbian.intra |
|
37 |
|
38 REM Run recognizer tests |
|
39 md c:\trecog |
|
40 copy /s z:\trecog\* c:\trecog |
|
41 |
|
42 testexecute z:\trecog\trecogcert.script |
|
43 move c:\logs\testexecute\trecogcert.htm e:\testresults\trecogcert.htm |
|
44 |
|
45 testexecute z:\trecog\trecogpkcs12.script |
|
46 move c:\logs\testexecute\trecogpkcs12.htm e:\testresults\trecogpkcs12.htm |
|
47 |
|
48 |
|
49 runupstests.bat |
|
50 |
|
51 REM Temporary solution for ROM overflow issues (DEF109635) |
|
52 runpkcs12tests.bat |
|
53 |
|
54 runasnpkcs.bat |
|
55 |
|
56 runcryptotokens.bat |
|
57 |
|
58 |
|
59 // run if authserver is included |
|
60 runauthtests.bat |
|
61 |
|
62 runfiletokens.bat |
|
63 |
|
64 runcertman.bat |
|
65 |