usbmgmt/usbmgrtest/T_usb/scripts/t_usb.script
changeset 0 c9bc50fca66e
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 // Copyright (c) 2007-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 // t_usb tests. 
       
    15 // 
       
    16 //
       
    17 
       
    18 LOAD_SUITE t_usb.dll
       
    19 
       
    20 // Start and stop Usb services
       
    21 
       
    22 
       
    23 PRINT Please remove USB cable
       
    24 PAUSE
       
    25 
       
    26 // Request the USB services are started
       
    27 RUN_TEST_STEP -1, t_usb, StartUsb
       
    28 
       
    29 PRINT Please insert USB cable
       
    30 PAUSE
       
    31 
       
    32 // Wait for the bus to re-enumerate
       
    33 RUN_TEST_STEP -1, t_usb, WaitForUsb
       
    34 
       
    35 // Stop the USB services
       
    36 RUN_TEST_STEP -1, t_usb, StopUsb
       
    37 
       
    38 TEST_COMPLETE
       
    39 
       
    40 UNLOAD
       
    41