1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/cryptomgmtlibs/securitytestfw/test/autotesting/runfiletokens.bat Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,55 @@
1.4 +@rem
1.5 +@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +@rem All rights reserved.
1.7 +@rem This component and the accompanying materials are made available
1.8 +@rem under the terms of the License "Eclipse Public License v1.0"
1.9 +@rem which accompanies this distribution, and is available
1.10 +@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +@rem
1.12 +@rem Initial Contributors:
1.13 +@rem Nokia Corporation - initial contribution.
1.14 +@rem
1.15 +@rem Contributors:
1.16 +@rem
1.17 +@rem Description:
1.18 +@rem
1.19 +
1.20 +copy /s z:\tkeystore\ c:\tkeystore\
1.21 +copy /s z:\tcertstore\ c:\tcertstore\
1.22 +copy /s z:\ttesttools\ c:\ttesttools\
1.23 +md c:\system\data\
1.24 +copy /s z:\system\data\test1certstore.dat c:\system\data\test1certstore.dat
1.25 +copy /s z:\system\data\test2certstore.dat c:\system\data\test2certstore.dat
1.26 +md c:\private\101f72a6\
1.27 +copy /s c:\ttesttools\data\certclients.dat c:\private\101f72a6\certclients.dat
1.28 +
1.29 +TESTEXECUTE c:\ttesttools\scripts\sec-filetokens-tools.script
1.30 +move c:\logs\testexecute\sec-filetokens-tools.htm e:\testresults\sec-filetokens-tools.htm
1.31 +
1.32 +del c:\private\101f72a6\certclients.dat
1.33 +del c:\system\data\test1certstore.dat
1.34 +
1.35 +del /s c:\ttesttools\
1.36 +del /s c:\tcertstore\
1.37 +del /s c:\tkeystore\
1.38 +
1.39 +rem TCERTAPPS
1.40 +copy /s z:\tcertapps\ c:\tcertapps\
1.41 +t_certapps c:\tcertapps\scripts\script1.script c:\testresults\tcertapps.htm
1.42 +move c:\testresults\tcertapps.htm e:\testresults\tcertapps.htm
1.43 +t_certapps c:\tcertapps\scripts\apipolicing.script c:\testresults\tcertapps-apipolicing.htm
1.44 +move c:\testresults\tcertapps-apipolicing.htm e:\testresults\tcertapps-apipolicing.htm
1.45 +del /s c:\tcertapps\
1.46 +
1.47 +
1.48 +REM t_keystore
1.49 +copy /s z:\tkeystore\ c:\tkeystore\
1.50 +t_keystore c:\tkeystore\scripts\tkeystore.script c:\testresults\tkeystore.htm
1.51 +move c:\testresults\tkeystore.htm e:\testresults\tkeystore.htm
1.52 +t_keystore c:\tkeystore\scripts\authobjects.script c:\testresults\tkeystore_authobjects.htm
1.53 +move c:\testresults\tkeystore_authobjects.htm e:\testresults\tkeystore_authobjects.htm
1.54 +t_keystore c:\tkeystore\scripts\exportscript.script c:\testresults\tkeystore_export.htm
1.55 +move c:\testresults\tkeystore_export.htm e:\testresults\tkeystore_export.htm
1.56 +t_keystore c:\tkeystore\scripts\reload.script c:\testresults\tkeystore_reload.htm
1.57 +move c:\testresults\tkeystore_reload.htm e:\testresults\tkeystore_reload.htm
1.58 +del /s c:\tkeystore\