os/security/cryptomgmtlibs/securitytestfw/test/autotesting/runfiletokens.bat
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 copy /s z:\tcertstore\ c:\tcertstore\
    19 copy /s z:\ttesttools\ c:\ttesttools\
    20 md c:\system\data\
    21 copy /s z:\system\data\test1certstore.dat c:\system\data\test1certstore.dat
    22 copy /s z:\system\data\test2certstore.dat c:\system\data\test2certstore.dat
    23 md c:\private\101f72a6\
    24 copy /s c:\ttesttools\data\certclients.dat c:\private\101f72a6\certclients.dat
    25 
    26 TESTEXECUTE c:\ttesttools\scripts\sec-filetokens-tools.script
    27 move c:\logs\testexecute\sec-filetokens-tools.htm e:\testresults\sec-filetokens-tools.htm
    28 
    29 del c:\private\101f72a6\certclients.dat
    30 del c:\system\data\test1certstore.dat
    31 
    32 del /s c:\ttesttools\
    33 del /s c:\tcertstore\
    34 del /s c:\tkeystore\
    35 
    36 rem TCERTAPPS
    37 copy /s z:\tcertapps\ c:\tcertapps\
    38 t_certapps c:\tcertapps\scripts\script1.script  c:\testresults\tcertapps.htm
    39 move c:\testresults\tcertapps.htm e:\testresults\tcertapps.htm
    40 t_certapps c:\tcertapps\scripts\apipolicing.script c:\testresults\tcertapps-apipolicing.htm
    41 move c:\testresults\tcertapps-apipolicing.htm e:\testresults\tcertapps-apipolicing.htm
    42 del /s c:\tcertapps\
    43 
    44 
    45 REM t_keystore
    46 copy /s z:\tkeystore\ c:\tkeystore\
    47 t_keystore c:\tkeystore\scripts\tkeystore.script c:\testresults\tkeystore.htm
    48 move c:\testresults\tkeystore.htm e:\testresults\tkeystore.htm
    49 t_keystore c:\tkeystore\scripts\authobjects.script c:\testresults\tkeystore_authobjects.htm
    50 move c:\testresults\tkeystore_authobjects.htm e:\testresults\tkeystore_authobjects.htm
    51 t_keystore c:\tkeystore\scripts\exportscript.script c:\testresults\tkeystore_export.htm
    52 move c:\testresults\tkeystore_export.htm e:\testresults\tkeystore_export.htm
    53 t_keystore c:\tkeystore\scripts\reload.script c:\testresults\tkeystore_reload.htm
    54 move c:\testresults\tkeystore_reload.htm e:\testresults\tkeystore_reload.htm
    55 del /s c:\tkeystore\