|
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 copy /s z:\tkeystore\ c:\tkeystore\ |
|
18 del /s c:\tkeystore\ |
|
19 |
|
20 del /s c:\private\101f72a6\keys.dat |
|
21 del /s c:\system\data\keys.dat |
|
22 |
|
23 REM t_keystore |
|
24 copy /s z:\tkeystore\ c:\tkeystore\ |
|
25 |
|
26 TESTEXECUTE c:\tkeystore\scripts\initialize.script |
|
27 move c:\logs\testexecute\initialize.htm e:\testresults\initialize.htm |
|
28 |
|
29 T_KEYSTORE c:\tkeystore\scripts\tkeystore_nouserregistered.script c:\logs\testexecute\tkeystore_nouserregistered.htm |
|
30 T_KEYSTORE c:\tkeystore\scripts\tkeystore_nouserregistered.script c:\logs\testexecute\tkeystore_nouserregistered.htm |
|
31 move c:\logs\testexecute\tkeystore_nouserregistered.htm e:\testresults\tkeystore_nouserregistered.htm |
|
32 |
|
33 |
|
34 REM the execution of this code is a prerequisite for running the keystore tests against the test plugins. |
|
35 TESTEXECUTE c:\tkeystore\scripts\reg_first_identity.script |
|
36 move c:\logs\testexecute\reg_first_identity.htm e:\testresults\reg_first_identity.htm |
|
37 |
|
38 REM These set of tests run when keystore has been enbled to use authentication server. |
|
39 T_KEYSTORE c:\tkeystore\scripts\tkeystore_useauth.script c:\logs\testexecute\tkeystore_useauth.htm |
|
40 move c:\logs\testexecute\tkeystore_useauth.htm e:\testresults\tkeystore_useauth.htm |
|
41 |
|
42 T_KEYSTORE c:\tkeystore\scripts\authobjects_useauth.txt c:\tkeystore_authobjects_useauth.log |
|
43 move c:\tkeystore_authobjects_useauth.log e:\testresults\tkeystore_authobjects_useauth.log |
|
44 |
|
45 T_KEYSTORE c:\tkeystore\scripts\exportscript_useauth.script c:\logs\testexecute\tkeystore_export_useauth.htm |
|
46 move c:\logs\testexecute\tkeystore_export_useauth.htm c:\testresults\tkeystore_export_useauth.htm |
|
47 |
|
48 T_KEYSTORE c:\tkeystore\scripts\reload_useauth.script c:\logs\testexecute\tkeystore_reload_useauth.htm |
|
49 move c:\logs\testexecute\tkeystore_reload_useauth.htm e:\testresults\tkeystore_reload_useauth.htm |
|
50 |
|
51 T_KEYSTORE c:\tkeystore\scripts\authenticate_useauth.script c:\logs\testexecute\tkeystore_authenticate_useauth.htm |
|
52 move c:\logs\testexecute\tkeystore_authenticate_useauth.htm e:\testresults\tkeystore_authenticate_useauth.htm |
|
53 |
|
54 T_KEYSTORE c:\tkeystore\scripts\tkeystore_authentication1.script c:\logs\testexecute\tkeystore_authentication1.htm |
|
55 move c:\logs\testexecute\tkeystore_authentication1.htm e:\testresults\tkeystore_authentication1.htm |
|
56 |
|
57 TESTEXECUTE c:\tkeystore\scripts\reg_second_identity.script |
|
58 move c:\logs\testexecute\reg_second_identity.htm e:\testresults\reg_second_identity.htm |
|
59 |
|
60 T_KEYSTORE c:\tkeystore\scripts\tkeystore_authentication2.script c:\logs\testexecute\tkeystore_authentication2.htm |
|
61 move c:\logs\testexecute\tkeystore_authentication2.htm e:\testresults\tkeystore_authentication2.htm |
|
62 |
|
63 del /s c:\tkeystore\ |