sl@0
|
1 |
@rem
|
sl@0
|
2 |
@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
@rem All rights reserved.
|
sl@0
|
4 |
@rem This component and the accompanying materials are made available
|
sl@0
|
5 |
@rem under the terms of the License "Eclipse Public License v1.0"
|
sl@0
|
6 |
@rem which accompanies this distribution, and is available
|
sl@0
|
7 |
@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
@rem
|
sl@0
|
9 |
@rem Initial Contributors:
|
sl@0
|
10 |
@rem Nokia Corporation - initial contribution.
|
sl@0
|
11 |
@rem
|
sl@0
|
12 |
@rem Contributors:
|
sl@0
|
13 |
@rem
|
sl@0
|
14 |
@rem Description:
|
sl@0
|
15 |
@rem
|
sl@0
|
16 |
|
sl@0
|
17 |
copy /s z:\tkeystore\ c:\tkeystore\
|
sl@0
|
18 |
del /s c:\tkeystore\
|
sl@0
|
19 |
|
sl@0
|
20 |
del /s c:\private\101f72a6\keys.dat
|
sl@0
|
21 |
del /s c:\system\data\keys.dat
|
sl@0
|
22 |
|
sl@0
|
23 |
REM t_keystore
|
sl@0
|
24 |
copy /s z:\tkeystore\ c:\tkeystore\
|
sl@0
|
25 |
|
sl@0
|
26 |
TESTEXECUTE c:\tkeystore\scripts\initialize.script
|
sl@0
|
27 |
move c:\logs\testexecute\initialize.htm e:\testresults\initialize.htm
|
sl@0
|
28 |
|
sl@0
|
29 |
T_KEYSTORE c:\tkeystore\scripts\tkeystore_nouserregistered.script c:\logs\testexecute\tkeystore_nouserregistered.htm
|
sl@0
|
30 |
T_KEYSTORE c:\tkeystore\scripts\tkeystore_nouserregistered.script c:\logs\testexecute\tkeystore_nouserregistered.htm
|
sl@0
|
31 |
move c:\logs\testexecute\tkeystore_nouserregistered.htm e:\testresults\tkeystore_nouserregistered.htm
|
sl@0
|
32 |
|
sl@0
|
33 |
|
sl@0
|
34 |
REM the execution of this code is a prerequisite for running the keystore tests against the test plugins.
|
sl@0
|
35 |
TESTEXECUTE c:\tkeystore\scripts\reg_first_identity.script
|
sl@0
|
36 |
move c:\logs\testexecute\reg_first_identity.htm e:\testresults\reg_first_identity.htm
|
sl@0
|
37 |
|
sl@0
|
38 |
REM These set of tests run when keystore has been enbled to use authentication server.
|
sl@0
|
39 |
T_KEYSTORE c:\tkeystore\scripts\tkeystore_useauth.script c:\logs\testexecute\tkeystore_useauth.htm
|
sl@0
|
40 |
move c:\logs\testexecute\tkeystore_useauth.htm e:\testresults\tkeystore_useauth.htm
|
sl@0
|
41 |
|
sl@0
|
42 |
T_KEYSTORE c:\tkeystore\scripts\authobjects_useauth.script c:\logs\testexecute\tkeystore_authobjects_useauth.htm
|
sl@0
|
43 |
move c:\logs\testexecute\tkeystore_authobjects_useauth.htm e:\testresults\tkeystore_authobjects_useauth.htm
|
sl@0
|
44 |
|
sl@0
|
45 |
T_KEYSTORE c:\tkeystore\scripts\exportscript_useauth.script c:\logs\testexecute\tkeystore_export_useauth.htm
|
sl@0
|
46 |
move c:\logs\testexecute\tkeystore_export_useauth.htm c:\testresults\tkeystore_export_useauth.htm
|
sl@0
|
47 |
|
sl@0
|
48 |
T_KEYSTORE c:\tkeystore\scripts\reload_useauth.script c:\logs\testexecute\tkeystore_reload_useauth.htm
|
sl@0
|
49 |
move c:\logs\testexecute\tkeystore_reload_useauth.htm e:\testresults\tkeystore_reload_useauth.htm
|
sl@0
|
50 |
|
sl@0
|
51 |
T_KEYSTORE c:\tkeystore\scripts\authenticate_useauth.script c:\logs\testexecute\tkeystore_authenticate_useauth.htm
|
sl@0
|
52 |
move c:\logs\testexecute\tkeystore_authenticate_useauth.htm e:\testresults\tkeystore_authenticate_useauth.htm
|
sl@0
|
53 |
|
sl@0
|
54 |
T_KEYSTORE c:\tkeystore\scripts\tkeystore_authentication1.script c:\logs\testexecute\tkeystore_authentication1.htm
|
sl@0
|
55 |
move c:\logs\testexecute\tkeystore_authentication1.htm e:\testresults\tkeystore_authentication1.htm
|
sl@0
|
56 |
|
sl@0
|
57 |
TESTEXECUTE c:\tkeystore\scripts\reg_second_identity.script
|
sl@0
|
58 |
move c:\logs\testexecute\reg_second_identity.htm e:\testresults\reg_second_identity.htm
|
sl@0
|
59 |
|
sl@0
|
60 |
T_KEYSTORE c:\tkeystore\scripts\tkeystore_authentication2.script c:\logs\testexecute\tkeystore_authentication2.htm
|
sl@0
|
61 |
move c:\logs\testexecute\tkeystore_authentication2.htm e:\testresults\tkeystore_authentication2.htm
|
sl@0
|
62 |
|
sl@0
|
63 |
del /s c:\tkeystore\
|