1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/cryptomgmtlibs/securitytestfw/test/autotesting/testsecurity_sdp.bat Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,58 @@
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 +REM Attempt to stop the execution in case it's accidentally started on a PC
1.21 +ECHO About to run Security Team Hardware Tests
1.22 +pause
1.23 +
1.24 +REM create testresults directory
1.25 +md c:\testresults
1.26 +md e:\testresults
1.27 +copy z:\buildid.txt e:\
1.28 +copy z:\buildid.txt e:\testresults
1.29 +
1.30 +REM copy hosts file to redirect cam-ocspserver request to ban-ocspserver
1.31 +md c:\private
1.32 +md c:\private\10000882
1.33 +copy z:\hosts c:\private\10000882\hosts
1.34 +
1.35 +REM install automated commdb
1.36 +copy z:\auto.cfg c:\auto.cfg
1.37 +ced -i c:\auto.cfg
1.38 +
1.39 +sntpclient -savings cbtime01.symbian.intra bantime01.symbian.intra
1.40 +
1.41 +runcrypto.bat
1.42 +
1.43 +REM Run recognizer tests
1.44 +md c:\trecog
1.45 +copy /s z:\trecog\* c:\trecog
1.46 +
1.47 +testexecute z:\trecog\trecogcert.script
1.48 +move c:\logs\testexecute\trecogcert.htm e:\testresults\trecogcert.htm
1.49 +
1.50 +testexecute z:\trecog\trecogpkcs12.script
1.51 +move c:\logs\testexecute\trecogpkcs12.htm e:\testresults\trecogpkcs12.htm
1.52 +
1.53 +REM Enable the following test when DEF076875(or relevant CR) is done.
1.54 +REM runtlsclientauth.bat
1.55 +
1.56 +// run if authserver is included
1.57 +runauthtests.bat
1.58 +
1.59 +runfiletokens.bat
1.60 +
1.61 +runcaftests.bat
1.62 \ No newline at end of file