equal
deleted
inserted
replaced
|
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 REM Run security tests on hardware |
|
17 REM |
|
18 REM This should run the same tests as test_spec_cedar, minus OOM and |
|
19 REM cancellation testing. |
|
20 |
|
21 REM Attempt to stop the execution in case it's accidentally started on a PC |
|
22 ECHO About to run Security Team Hardware Tests |
|
23 pause |
|
24 |
|
25 REM create testresults directory |
|
26 md c:\testresults |
|
27 md e:\testresults |
|
28 copy z:\buildid.txt e:\ |
|
29 copy z:\buildid.txt e:\testresults |
|
30 |
|
31 REM copy hosts file to redirect cam-ocspserver request to ban-ocspserver |
|
32 md c:\private |
|
33 md c:\private\10000882 |
|
34 copy z:\hosts c:\private\10000882\hosts |
|
35 |
|
36 REM install automated commdb |
|
37 copy z:\auto.cfg c:\auto.cfg |
|
38 ced -i c:\auto.cfg |
|
39 |
|
40 sntpclient -savings cbtime01.symbian.intra bantime01.symbian.intra |
|
41 |
|
42 runcaftests.bat |
|
43 |
|
44 runswiromtests.bat |
|
45 |
|
46 REM Enable the following test when DEF076875(or relevant CR) is done. |
|
47 REM runtlsclientauth.bat |
|
48 |
|
49 runupstests.bat |
|
50 |
|
51 REM Temporary solution for ROM overflow issues (DEF109635) |
|
52 runpkcs12tests.bat |