os/security/crypto/weakcryptospi/test/tcryptospi/scripts/tcryptospi_v2.script
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 PRINT Run all Te_CryptoSpi Suite Tests
    18 
    19 //
    20 LOAD_SUITE Te_CryptoSpi
    21 //
    22 
    23 //Symmetric Test Cases
    24 RUN_SCRIPT z:\testdata\tcryptospi\scripts\te_SymmetricCipherTestCases.script
    25 
    26 //Asymmertric Test Cases
    27 RUN_SCRIPT z:\testdata\tcryptospi\scripts\te_ASymmetricCipherTestCases.script
    28 
    29 //Hash Test Cases
    30 RUN_SCRIPT z:\testdata\tcryptospi\scripts\te_HashHmacTestCases.script
    31 
    32 //Hash Test Cases use the new CreateHashL()
    33 RUN_SCRIPT z:\testdata\tcryptospi\scripts\te_hash_test_cases.script
    34 
    35 //Mac Test Cases
    36 RUN_SCRIPT z:\testdata\tcryptospi\scripts\te_mac_test_cases.script
    37 
    38 //Random Test Cases
    39 RUN_SCRIPT z:\testdata\tcryptospi\scripts\te_RandomTestCases.script
    40 
    41 //Key Exchange, Generation, Signer and Verifier Test Cases
    42 RUN_SCRIPT z:\testdata\tcryptospi\scripts\te_MiscellaneousTestCases.script
    43 
    44 //Plug-in Load Test Cases
    45 RUN_SCRIPT z:\testdata\tcryptospi\scripts\te_pluginloadtestcases.script
    46 
    47 //Plug-in Characteristics
    48 RUN_SCRIPT z:\testdata\tcryptospi\scripts\te_plugincharstestcases.script
    49 
    50 //Plug-in Rule Based Selection
    51 RUN_SCRIPT z:\testdata\tcryptospi\scripts\te_ruleselectiontestcases.script
    52 
    53 PRINT Complate_Te_CryptoSpi_Tests