crypto/weakcryptospi/test/tcryptospi/scripts/tcryptospi_v2.script
changeset 8 35751d3474b7
child 19 ece3df019add
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
       
     1 //
       
     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".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description: 
       
    15 //
       
    16 //
       
    17 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
    18 // All rights reserved.
       
    19 // This component and the accompanying materials are made available
       
    20 // under the terms of the License "Symbian Foundation License v1.0"
       
    21 // which accompanies this distribution, and is available
       
    22 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
    23 //
       
    24 // Initial Contributors:
       
    25 // Nokia Corporation - initial contribution.
       
    26 //
       
    27 // Contributors:
       
    28 //
       
    29 // Description:
       
    30 //
       
    31 //
       
    32 PRINT Run all Te_CryptoSpi Suite Tests
       
    33 
       
    34 //
       
    35 LOAD_SUITE Te_CryptoSpi
       
    36 //
       
    37 
       
    38 //Symmetric Test Cases
       
    39 RUN_SCRIPT c:\testdata\tcryptospi\scripts\te_SymmetricCipherTestCases.script
       
    40 
       
    41 //Asymmertric Test Cases
       
    42 RUN_SCRIPT c:\testdata\tcryptospi\scripts\te_ASymmetricCipherTestCases.script
       
    43 
       
    44 //Hash Test Cases
       
    45 RUN_SCRIPT c:\testdata\tcryptospi\scripts\te_HashHmacTestCases.script
       
    46 
       
    47 //Hash Test Cases use the new CreateHashL()
       
    48 RUN_SCRIPT c:\testdata\tcryptospi\scripts\te_hash_test_cases.script
       
    49 
       
    50 //Mac Test Cases
       
    51 RUN_SCRIPT c:\testdata\tcryptospi\scripts\te_mac_test_cases.script
       
    52 
       
    53 //Random Test Cases
       
    54 RUN_SCRIPT c:\testdata\tcryptospi\scripts\te_RandomTestCases.script
       
    55 
       
    56 //Key Exchange, Generation, Signer and Verifier Test Cases
       
    57 RUN_SCRIPT c:\testdata\tcryptospi\scripts\te_MiscellaneousTestCases.script
       
    58 
       
    59 //Plug-in Load Test Cases
       
    60 RUN_SCRIPT c:\testdata\tcryptospi\scripts\te_pluginloadtestcases.script
       
    61 
       
    62 //Plug-in Characteristics
       
    63 RUN_SCRIPT c:\testdata\tcryptospi\scripts\te_plugincharstestcases.script
       
    64 
       
    65 //Plug-in Rule Based Selection
       
    66 RUN_SCRIPT c:\testdata\tcryptospi\scripts\te_ruleselectiontestcases.script
       
    67 
       
    68 PRINT Complate_Te_CryptoSpi_Tests