servicediscoveryandcontrol/pnp/test/upnp/IntegTest/testupnp/Scripts/client/UPnP_Discovery_0001.script
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 //
       
     2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 // All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of "Eclipse Public License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description:
       
    15 //
       
    16 //! @file
       
    17 //! @SYMTestSuiteName	multiple_machines_client 
       
    18 
       
    19 //! @SYMScriptTestEnvironment
       
    20 
       
    21 PRINT Run all multiple_machines_client 
       
    22 
       
    23 LOAD_SUITE multiple_machines_client
       
    24 LOAD_SUITE test_synchronize_client
       
    25 LOAD_SUITE testdelay
       
    26 
       
    27 
       
    28 START_TESTCASE			UPnP_Discovery_0001
       
    29 //! @file				
       
    30 //! @SYMTestCaseID		UPNP- POS - 0001	
       
    31 //! @SYMTestCaseDesc 	search for all UPnP enabled devices
       
    32 //! @SYMREQ				REQ8605,REQ8606,REQ8607
       
    33 //! @SYMTestStatus 		Implemented
       
    34 //! @SYMTestPriority 	High	
       
    35 //! @SYMTestActions 	Perform discovery with ST:ssdp:all
       
    36 //! @SYMTestExpectedResults Should get responses from all devices.	
       
    37 //! @SYMTestType 		CIT
       
    38 
       
    39 RUN_TEST_STEP 1000 testdelay TestUPnPManager  
       
    40 RUN_TEST_STEP 1000 testdelay TestUPnPManager  
       
    41 RUN_TEST_STEP 1000 test_synchronize_client TestUPnPManager  z:\upnp\testupnp\client\testdata\ini_files\test_synchronize_client.ini clientdata
       
    42 RUN_TEST_STEP 500 multiple_machines_client TestUPnPManager z:\upnp\testupnp\client\testdata\ini_files\discovery0001.ini discovery_0001
       
    43 END_TESTCASE	UPnP_Discovery_0001
       
    44 
       
    45 
       
    46 PRINT Completed multiple_machines_client 
       
    47