usbmgmt/usbmgrtest/t_usbmanager_suite/T_UsbManager/scripts/t_usbmanconnected_2.script
changeset 0 c9bc50fca66e
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 // Copyright (c) 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 LOAD_SUITE T_UsbManagerServer
       
    17 
       
    18 //! @SYMTestCaseID T_StopPersonalityIC1
       
    19 //! @SYMTestType CIT
       
    20 //! @SYMTestCaseDesc Test stop current personality 
       
    21 //! @SYMFssID USB/DynamicClassChange/1.3.3
       
    22 //! @SYMFssID USB/DynamicClassChange/1.4.2
       
    23 //! @SYMTestActions Create session with USB server, Issue TryStop request for current personality wait for completion
       
    24 //! @SYMTestExpectedResults The request should be succeeded then software on Host PC can check if this personality now unavailable from the host side
       
    25 //! @SYMTestPriority Low
       
    26 //! @SYMTestStatus Defined
       
    27 
       
    28 START_TESTCASE T_StopPersonalityIC1
       
    29 RUN_TEST_STEP -1 T_UsbManagerServer StopPersonality
       
    30 END_TESTCASE T_StopPersonalityIC1