os/security/crypto/weakcryptospi/test/tcryptospi/scripts/te_pluginloadtestcases.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 
    18 PRINT Run all te_pluginload Test Cases
    19 //
    20 
    21 //
    22 LOAD_SUITE Te_CryptoSpi
    23 //
    24 
    25 //! @SYMTestCaseID          SEC-CRYPTOSPI-PLUGINLOAD-0001
    26 //! @SYMTestCaseDesc        PluginLoad
    27 
    28 START_TESTCASE SEC-CRYPTOSPI-PLUGINLOAD-0001
    29 
    30 RUN_PROGRAM cryptospisetup.exe
    31 RUN_TEST_STEP 100 Te_CryptoSpi PluginLoadStep c:\testdata\tcryptospi\configs\pluginload.ini PositiveLoad
    32 RUN_TEST_STEP 100 Te_CryptoSpi PluginLoadStep c:\testdata\tcryptospi\configs\pluginload.ini PositiveLoad_RuleSelector
    33 
    34 //RUN_PROGRAM cryptospisetup.exe
    35 //RUN_TEST_STEP 100 Te_CryptoSpi PluginLoadStep c:\testdata\tcryptospi\configs\pluginload.ini NoConfig
    36 //RUN_TEST_STEP 100 Te_CryptoSpi PluginLoadStep c:\testdata\tcryptospi\configs\pluginload.ini NoConfig_RuleSelector
    37 
    38 //RUN_PROGRAM cryptospisetup.exe 
    39 //RUN_TEST_STEP 100 Te_CryptoSpi PluginLoadStep c:\testdata\tcryptospi\configs\pluginload.ini NoPlugin
    40 //RUN_TEST_STEP 100 Te_CryptoSpi PluginLoadStep c:\testdata\tcryptospi\configs\pluginload.ini NoPlugin_RuleSelector
    41 
    42 //RUN_PROGRAM cryptospisetup.exe 5
    43 //RUN_TEST_STEP 100 Te_CryptoSpi PluginLoadStep c:\testdata\tcryptospi\configs\pluginload.ini NoReferences
    44 //RUN_TEST_STEP 100 Te_CryptoSpi PluginLoadStep c:\testdata\tcryptospi\configs\pluginload.ini NoReferences_RuleSelector
    45 
    46 RUN_PROGRAM cryptospisetup.exe 6
    47 RUN_TEST_STEP 100 Te_CryptoSpi PluginLoadStep c:\testdata\tcryptospi\configs\pluginload.ini TestPositiveLoad
    48 RUN_TEST_STEP 100 Te_CryptoSpi PluginLoadStep c:\testdata\tcryptospi\configs\pluginload.ini TestPositiveLoad_RuleSelector
    49 
    50 RUN_PROGRAM cryptospisetup.exe 1
    51 RUN_TEST_STEP 100 Te_CryptoSpi PluginLoadStep c:\testdata\tcryptospi\configs\pluginload.ini TestExclusiveLoad
    52 RUN_TEST_STEP 100 Te_CryptoSpi PluginLoadStep c:\testdata\tcryptospi\configs\pluginload.ini TestExclusiveLoad_RuleSelector
    53 
    54 RUN_PROGRAM cryptospisetup.exe 7
    55 RUN_TEST_STEP 100 Te_CryptoSpi PluginLoadStep c:\testdata\tcryptospi\configs\pluginload.ini TestFirstPosition
    56 RUN_TEST_STEP 100 Te_CryptoSpi PluginLoadStep c:\testdata\tcryptospi\configs\pluginload.ini TestFirstPosition_RuleSelector
    57 
    58 END_TESTCASE SEC-CRYPTOSPI-PLUGINLOAD-0001
    59 
    60 RUN_PROGRAM cryptospisetup.exe
    61 
    62 PRINT te_pluginload Test Cases Complete