usbmgmt/usbmgrtest/t_usbmanager_suite/T_UsbManager/scripts/t_usbmanconnected_6.script
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 02:02:59 +0200
changeset 0 c9bc50fca66e
permissions -rw-r--r--
Revision: 201001 Kit: 201005

// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

LOAD_SUITE T_UsbManagerServer

//! @SYMTestCaseID T_CablePulling2
//! @SYMTestType CIT
//! @SYMTestCaseDesc Test cable pulling during personality switching 
//! @SYMFssID USB/DynamicClassChange/1.3.3
//! @SYMTestActions Create session with USB server. Start personality defined at INI file and then simulate cable pull-of.
//! After defined period of time simulate cable pull-on. Wait time is longer than stub cc start time.
//! @SYMTestExpectedResults The host PC should read personality data (PID,VID etc) correctly
//! @SYMTestPriority Low
//! @SYMTestStatus Defined

START_TESTCASE T_CablePulling2
RUN_TEST_STEP -1 T_UsbManagerServer SimCablePulling z:\testdata\config\t_usbmanintegration.ini T_CablePulling2
END_TESTCASE T_CablePulling2