cryptomgmtlibs/securitytestfw/test/autotesting/runauthtests.bat
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 02 Sep 2010 22:21:47 +0300
changeset 98 7355aab40bca
parent 8 35751d3474b7
permissions -rw-r--r--
Revision: 201035 Kit: 201035

@rem
@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
@rem All rights reserved.
@rem This component and the accompanying materials are made available
@rem under the terms of the License "Eclipse Public License v1.0"
@rem which accompanies this distribution, and is available
@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
@rem
@rem Initial Contributors:
@rem Nokia Corporation - initial contribution.
@rem
@rem Contributors:
@rem
@rem Description: 
@rem
	
md c:\tauth
copy /s z:\tauth\* c:\tauth

testexecute \tauth\tauthkeys\scripts\tauthkeys.script 
move c:\logs\testexecute\tauthkeys.htm e:\testresults\tauthkeys.htm

testexecute \tauth\tauthdb\scripts\tauthdb.script 
move c:\logs\testexecute\tauthdb.htm e:\testresults\tauthdb.htm

testexecute \tauth\tauthcliserv\scripts\tauthcliserv.script 
move c:\logs\testexecute\tauthcliserv.htm e:\testresults\tauthcliserv.htm

testexecute \tauth\tauthexpr\scripts\tauthexpr.script 
move c:\logs\testexecute\tauthexpr.htm e:\testresults\tauthexpr.htm

testexecute \tauth\tauthplugins\scripts\tauthplugins.script
move c:\logs\testexecute\tauthplugins.htm e:\testresults\tauthplugins.htm

testexecute \tauth\tauthsvr\scripts\tauthsvr2.script
move c:\logs\testexecute\tauthsvr2.htm e:\testresults\tauthsvr2.htm

testexecute \tauth\tauthsvr\scripts\tauthsvrclock.script
move c:\logs\testexecute\tauthsvrclock.htm e:\testresults\tauthsvrclock.htm

testexecute \tauth\tpinplugin\scripts\tpinplugin.script
move c:\logs\testexecute\tpinplugin.htm e:\testresults\tpinplugin.htm

testexecute \tauth\tauthsvr\scripts\tpostmarketplugin.script
move c:\logs\testexecute\tpostmarketplugin.htm e:\testresults\tpostmarketplugin.htm

testexecute \tauth\tauthsvr\scripts\tclientsidsupport.script
move c:\logs\testexecute\tclientsidsupport.htm e:\testresults\tclientsidsupport.htm

testexecute \tauth\securitytests\scripts\authsecuritytests.script
move c:\logs\testexecute\authsecuritytests.htm e:\testresults\authsecuritytests.htm

testexecute \tauth\tauthsvr\scripts\tauthsvr_performance.script
move c:\logs\testexecute\tauthsvr_performance.htm e:\testresults\tauthsvr_performance.htm

attrib c:\tauth\*.* -r
del c:\tauth\*.*
rmdir c:\tauth
del c:\sys\bin\tauthsvr1.exe
del c:\sys\bin\tauthsvr_new.exe