Update contrib.
2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
3 // All rights reserved.
4 // This component and the accompanying materials are made available
5 // under the terms of the License "Eclipse Public License v1.0"
6 // which accompanies this distribution, and is available
7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 // Initial Contributors:
10 // Nokia Corporation - initial contribution.
17 PRINT Run all Te_CryptoSpi Suite Tests
20 LOAD_SUITE Te_CryptoSpi
23 //Symmetric Test Cases
24 RUN_SCRIPT z:\testdata\tcryptospi\scripts\te_SymmetricCipherTestCases.script
26 //Asymmertric Test Cases
27 RUN_SCRIPT z:\testdata\tcryptospi\scripts\te_ASymmetricCipherTestCases.script
29 //Hash and Hmac Test Cases
30 RUN_SCRIPT z:\testdata\tcryptospi\scripts\te_HashHmacTestCases.script
33 RUN_SCRIPT z:\testdata\tcryptospi\scripts\te_RandomTestCases.script
35 //Key Exchange, Generation, Signer and Verifier Test Cases
36 RUN_SCRIPT z:\testdata\tcryptospi\scripts\te_MiscellaneousTestCases.script
38 //Plug-in Load Test Cases
39 RUN_SCRIPT z:\testdata\tcryptospi\scripts\te_pluginloadtestcases.script
41 //Plug-in Characteristics
42 RUN_SCRIPT z:\testdata\tcryptospi\scripts\te_plugincharstestcases.script
44 //Plug-in Rule Based Selection
45 RUN_SCRIPT z:\testdata\tcryptospi\scripts\te_ruleselectiontestcases.script
47 PRINT Complate_Te_CryptoSpi_Tests