os/security/crypto/weakcryptospi/test/tcryptospi/scripts/te_pluginloadtestcases.script
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.
18 PRINT Run all te_pluginload Test Cases
22 LOAD_SUITE Te_CryptoSpi
25 //! @SYMTestCaseID SEC-CRYPTOSPI-PLUGINLOAD-0001
26 //! @SYMTestCaseDesc PluginLoad
28 START_TESTCASE SEC-CRYPTOSPI-PLUGINLOAD-0001
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
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
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
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
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
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
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
58 END_TESTCASE SEC-CRYPTOSPI-PLUGINLOAD-0001
60 RUN_PROGRAM cryptospisetup.exe
62 PRINT te_pluginload Test Cases Complete