os/security/cryptomgmtlibs/securitytestfw/test/autotesting/runfiletokens_useauth.bat
Update contrib.
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".
9 @rem Initial Contributors:
10 @rem Nokia Corporation - initial contribution.
17 copy /s z:\tkeystore\ c:\tkeystore\
20 del /s c:\private\101f72a6\keys.dat
21 del /s c:\system\data\keys.dat
24 copy /s z:\tkeystore\ c:\tkeystore\
26 TESTEXECUTE c:\tkeystore\scripts\initialize.script
27 move c:\logs\testexecute\initialize.htm e:\testresults\initialize.htm
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
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
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
42 T_KEYSTORE c:\tkeystore\scripts\authobjects_useauth.script c:\logs\testexecute\tkeystore_authobjects_useauth.htm
43 move c:\logs\testexecute\tkeystore_authobjects_useauth.htm e:\testresults\tkeystore_authobjects_useauth.htm
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
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
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
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
57 TESTEXECUTE c:\tkeystore\scripts\reg_second_identity.script
58 move c:\logs\testexecute\reg_second_identity.htm e:\testresults\reg_second_identity.htm
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