os/security/cryptomgmtlibs/securitytestfw/test/autotesting/runauthtests.bat
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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 md c:\tauth
    18 copy /s z:\tauth\* c:\tauth
    19 
    20 testexecute \tauth\tauthkeys\scripts\tauthkeys.script 
    21 move c:\logs\testexecute\tauthkeys.htm e:\testresults\tauthkeys.htm
    22 
    23 testexecute \tauth\tauthdb\scripts\tauthdb.script 
    24 move c:\logs\testexecute\tauthdb.htm e:\testresults\tauthdb.htm
    25 
    26 testexecute \tauth\tauthcliserv\scripts\tauthcliserv.script 
    27 move c:\logs\testexecute\tauthcliserv.htm e:\testresults\tauthcliserv.htm
    28 
    29 testexecute \tauth\tauthexpr\scripts\tauthexpr.script 
    30 move c:\logs\testexecute\tauthexpr.htm e:\testresults\tauthexpr.htm
    31 
    32 testexecute \tauth\tauthplugins\scripts\tauthplugins.script
    33 move c:\logs\testexecute\tauthplugins.htm e:\testresults\tauthplugins.htm
    34 
    35 testexecute \tauth\tauthsvr\scripts\tauthsvr2.script
    36 move c:\logs\testexecute\tauthsvr2.htm e:\testresults\tauthsvr2.htm
    37 
    38 testexecute \tauth\tauthsvr\scripts\tauthsvrclock.script
    39 move c:\logs\testexecute\tauthsvrclock.htm e:\testresults\tauthsvrclock.htm
    40 
    41 testexecute \tauth\tpinplugin\scripts\tpinplugin.script
    42 move c:\logs\testexecute\tpinplugin.htm e:\testresults\tpinplugin.htm
    43 
    44 testexecute \tauth\tauthsvr\scripts\tpostmarketplugin.script
    45 move c:\logs\testexecute\tpostmarketplugin.htm e:\testresults\tpostmarketplugin.htm
    46 
    47 testexecute \tauth\tauthsvr\scripts\tclientsidsupport.script
    48 move c:\logs\testexecute\tclientsidsupport.htm e:\testresults\tclientsidsupport.htm
    49 
    50 testexecute \tauth\securitytests\scripts\authsecuritytests.script
    51 move c:\logs\testexecute\authsecuritytests.htm e:\testresults\authsecuritytests.htm
    52 
    53 testexecute \tauth\tauthsvr\scripts\tauthsvr_performance.script
    54 move c:\logs\testexecute\tauthsvr_performance.htm e:\testresults\tauthsvr_performance.htm
    55 
    56 attrib c:\tauth\*.* -r
    57 del c:\tauth\*.*
    58 rmdir c:\tauth
    59 del c:\sys\bin\tauthsvr1.exe
    60 del c:\sys\bin\tauthsvr_new.exe