installationservices/swi/test/swicaptests/scripts/swicaptests.script
changeset 0 ba25891c3a9e
child 25 7333d7932ef7
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     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 //! @file
       
    17 // SWI Capability tests
       
    18 PRINT Run all SWIS capability tests
       
    19 
       
    20 LOAD_SUITE aprcaptestframework
       
    21 
       
    22 
       
    23 //! @SYMTestCaseID 		API-SEC-SWI-CapTests-I-0001
       
    24 //! @SYMTestCaseDesc 		Runs the whole suite of test cases for SWI interfaces. Both negtive and positive tests are included
       
    25 //! @SYMTestPriority 		High
       
    26 //! @SYMTestStatus		3. Released
       
    27 //! @SYMTestActions 		Tests IPC calls from different capabilities
       
    28 //! @SYMTestExpectedResults 	KErrPermissionDenied received on calls which should fail
       
    29 //! @SYMDevelopedForRelease 	Yankee
       
    30 
       
    31 
       
    32 START_TESTCASE API-SEC-SWI-CapTests-I-0001
       
    33 
       
    34 RUN_UTILS MkDir c:\tswi\
       
    35 RUN_UTILS MkDir c:\tswi\swicaptests
       
    36 RUN_UTILS MkDir c:\tswi\swicaptests\data
       
    37 RUN_UTILS CopyFile z:\tswi\swicaptests\data\testdoc.txt c:\tswi\swicaptests\data\testdoc.txt
       
    38 RUN_TEST_STEP 100 aprcaptestframework RunThoroughCapabilityChecks z:\tswi\swicaptests\scripts\swicaptests.ini swicaptests
       
    39 
       
    40 END_TESTCASE API-SEC-SWI-CapTests-I-0001