servicediscoveryandcontrol/pnp/test/upnp/IntegTest/testupnp/Scripts/client/upnp_open_discovery_001.script
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 01:12:20 +0200
changeset 0 f5a58ecadc66
permissions -rw-r--r--
Revision: 201003

//
// 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:
//
//! @file
//! @SYMTestSuiteName	multiple_machines_client 

//! @SYMScriptTestEnvironment

PRINT Run all multiple_machines_client 

LOAD_SUITE multiple_machines_client
LOAD_SUITE test_synchronize_client
LOAD_SUITE testdelay


START_TESTCASE			UPnP_open_discovery_001
//! @file				
//! @SYMTestCaseID		UPNP- POS - 0001	
//! @SYMTestCaseDesc 	search for all UPnP enabled devices
//! @SYMREQ				REQ8605,REQ8606,REQ8607
//! @SYMTestStatus 		Implemented
//! @SYMTestPriority 	High	
//! @SYMTestActions 	Perform discovery with ST:ssdp:all
//! @SYMTestExpectedResults Should get responses from all devices.	
//! @SYMTestType 		CIT

RUN_TEST_STEP 1000 testdelay TestUPnPManager  
RUN_TEST_STEP 1000 testdelay TestUPnPManager  
RUN_TEST_STEP 1000 test_synchronize_client TestUPnPManager  z:\upnp\testupnp\client\testdata\ini_files\test_synchronize_client.ini clientdata
RUN_TEST_STEP !Error=-11 500 multiple_machines_client TestUPnPManager z:\upnp\testupnp\client\testdata\ini_files\opendiscovery_001.ini discovery_001
END_TESTCASE	UPnP_open_discovery_001


PRINT Completed multiple_machines_client