os/security/contentmgmt/cafstreamingsupport/test/tscaf/scripts/tscafipsec_oom.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 // Streaming CAF IpSec "Out of Memory" Tests
    17 
    18 PRINT Run PREQ782 Streaming CAF IpSec OOM Tests
    19 
    20 // Load Suite
    21 LOAD_SUITE tscaf
    22 
    23 // Note: For test case descriptions, please refer to the corresponding tscafipsec.script file
    24 
    25 //! @SYMTestCaseID 		SEC-SCAF-OOM-E001
    26 //! @SYMTestCaseDesc 		(ipsec_positiveconstruct_OOM)
    27 
    28 START_TESTCASE SEC-SCAF-OOM-E001
    29 RUN_TEST_STEP 100 tscaf SCAFIpSec z:\tcaf\tscaf\tscaf.ini ipsec_positiveconstruct_OOM
    30 END_TESTCASE SEC-SCAF-OOM-E001
    31 
    32 
    33 //! @SYMTestCaseID 		SEC-SCAF-OOM-E007
    34 //! @SYMTestCaseDesc 		(ipsec_negative_OOM)
    35 
    36 START_TESTCASE SEC-SCAF-OOM-E007
    37 RUN_TEST_STEP 100 tscaf SCAFIpSecNegative z:\tcaf\tscaf\tscaf.ini ipsec_negative_OOM
    38 END_TESTCASE SEC-SCAF-OOM-E007
    39 
    40 
    41 //! @SYMTestCaseID 		SEC-SCAF-OOM-E010
    42 //! @SYMTestCaseDesc 		(ipsec_algorithm_change_OOM)
    43 
    44 START_TESTCASE SEC-SCAF-OOM-E010
    45 RUN_TEST_STEP 100 tscaf SCAFIpSecAlgorithmChange z:\tcaf\tscaf\tscaf.ini ipsec_algorithm_change_OOM
    46 END_TESTCASE SEC-SCAF-OOM-E010
    47 
    48 
    49 //! @SYMTestCaseID 		SEC-SCAF-OOM-E011
    50 //! @SYMTestCaseDesc 		(ipsec_no_authentication_OOM)
    51 
    52 START_TESTCASE SEC-SCAF-OOM-E011
    53 RUN_TEST_STEP 100 tscaf SCAFIpSecSadbVerification z:\tcaf\tscaf\tscaf.ini ipsec_no_authentication_OOM
    54 END_TESTCASE SEC-SCAF-OOM-E011
    55 
    56 
    57 //! @SYMTestCaseID 		SEC-SCAF-OOM-E015
    58 //! @SYMTestCaseDesc 		(ipsec_integration_decoder_automatic_OOM)
    59 
    60 START_TESTCASE SEC-SCAF-OOM-E015
    61 RUN_TEST_STEP tscaf SCAFSetupRightsObjects z:\tcaf\tscaf\tscaf.ini Rights_Program
    62 // The time limit is disabled since this test is manual
    63 RUN_TEST_STEP -1 tscaf SCAFIpSecDecoderIntegration z:\tcaf\tscaf\tscaf.ini ipsec_integration_decoder_automatic_OOM
    64 END_TESTCASE SEC-SCAF-OOM-E015