commsprocess/commsrootserverconfig/CapTestFramework/common/RootServerPlatSecSuite.script
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 START_TESTCASE			COMINF-rootserver-0101
       
    17 //! @SYMTestCaseID		COMINF-rootserver-0101
       
    18 
       
    19 PARAM_FOREACH_CAP_BEGIN
       
    20 // ------------------------------------------------------------
       
    21 // Use Setcap to change capabilities of harness - No SID, No VID, Caps = PARAM_FOREACH_STRING_CAPABILITY (0xPARAM_FOREACH_HEX_CAPABILITY)
       
    22 RUN_PROGRAM -1 setcap Cap_RootServerPlatSecSuite.exe 00000000  -SID 00000000 -VID 00000000 C:\system\programs\Cap_RootServerPlatSecSuite_sc.exe
       
    23 PRINT --------  capabilities now set to [PARAM_FOREACH_STRING_CAPABILITY] (MASK = PARAM_FOREACH_HEX_CAPABILITY), SID=00000000, VID=00000000  --------
       
    24 RUN_SCRIPT  Z:\TestData\Scripts\Cap_PARAM_FOREACH_HEX_CAPABILITY_NoSID_NoVID_PARAM_SVR_SUITENAMESub.script
       
    25 
       
    26 // Shutdown
       
    27 RUN_PROGRAM -1 setcap Cap_RootServerPlatSecSuite.exe 00000000  -SID 101F7989 -VID 00000000 C:\system\programs\Cap_RootServerPlatSecSuite_sc.exe
       
    28 PRINT --------  capabilities now set to [None] (MASK = 00000000), SID=101F7989, VID=00000000  --------
       
    29 RUN_SCRIPT  Z:\TestData\Scripts\ShutdownRootServer.script
       
    30 
       
    31 
       
    32 
       
    33 
       
    34 PARAM_FOREACH_CAP_END
       
    35 
       
    36 
       
    37 END_TESTCASE			COMINF-rootserver-0101