sl@0: @rem
sl@0: @rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0: @rem All rights reserved.
sl@0: @rem This component and the accompanying materials are made available
sl@0: @rem under the terms of the License "Eclipse Public License v1.0"
sl@0: @rem which accompanies this distribution, and is available
sl@0: @rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0: @rem
sl@0: @rem Initial Contributors:
sl@0: @rem Nokia Corporation - initial contribution.
sl@0: @rem
sl@0: @rem Contributors:
sl@0: @rem
sl@0: @rem Description: 
sl@0: @rem
sl@0: 
sl@0: copy /s z:\tkeystore\ c:\tkeystore\
sl@0: copy /s z:\tcertstore\ c:\tcertstore\
sl@0: copy /s z:\ttesttools\ c:\ttesttools\
sl@0: md c:\system\data\
sl@0: copy /s z:\system\data\test1certstore.dat c:\system\data\test1certstore.dat
sl@0: copy /s z:\system\data\test2certstore.dat c:\system\data\test2certstore.dat
sl@0: md c:\private\101f72a6\
sl@0: copy /s c:\ttesttools\data\certclients.dat c:\private\101f72a6\certclients.dat
sl@0: 
sl@0: TESTEXECUTE c:\ttesttools\scripts\sec-filetokens-tools.script
sl@0: move c:\logs\testexecute\sec-filetokens-tools.htm e:\testresults\sec-filetokens-tools.htm
sl@0: 
sl@0: del c:\private\101f72a6\certclients.dat
sl@0: del c:\system\data\test1certstore.dat
sl@0: 
sl@0: del /s c:\ttesttools\
sl@0: del /s c:\tcertstore\
sl@0: del /s c:\tkeystore\
sl@0: 
sl@0: rem TCERTAPPS
sl@0: copy /s z:\tcertapps\ c:\tcertapps\
sl@0: t_certapps c:\tcertapps\scripts\script1.script  c:\testresults\tcertapps.htm
sl@0: move c:\testresults\tcertapps.htm e:\testresults\tcertapps.htm
sl@0: t_certapps c:\tcertapps\scripts\apipolicing.script c:\testresults\tcertapps-apipolicing.htm
sl@0: move c:\testresults\tcertapps-apipolicing.htm e:\testresults\tcertapps-apipolicing.htm
sl@0: del /s c:\tcertapps\
sl@0: 
sl@0: 
sl@0: REM t_keystore
sl@0: copy /s z:\tkeystore\ c:\tkeystore\
sl@0: t_keystore c:\tkeystore\scripts\tkeystore.script c:\testresults\tkeystore.htm
sl@0: move c:\testresults\tkeystore.htm e:\testresults\tkeystore.htm
sl@0: t_keystore c:\tkeystore\scripts\authobjects.script c:\testresults\tkeystore_authobjects.htm
sl@0: move c:\testresults\tkeystore_authobjects.htm e:\testresults\tkeystore_authobjects.htm
sl@0: t_keystore c:\tkeystore\scripts\exportscript.script c:\testresults\tkeystore_export.htm
sl@0: move c:\testresults\tkeystore_export.htm e:\testresults\tkeystore_export.htm
sl@0: t_keystore c:\tkeystore\scripts\reload.script c:\testresults\tkeystore_reload.htm
sl@0: move c:\testresults\tkeystore_reload.htm e:\testresults\tkeystore_reload.htm
sl@0: del /s c:\tkeystore\