servicediscoveryandcontrol/pnp/test/upnp/IntegTest/testupnp/Scripts/client/upnp_vendor_device_description_0029_5_rev.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 //! upnp_vendor_device_description_0029_5_rev.script
       
    17 //! @SYMTestSuiteName	multiple_machines_client 
       
    18 //! @SYMScriptTestEnvironment
       
    19 
       
    20 PRINT Run all multiple_machines_client 
       
    21 
       
    22 LOAD_SUITE multiple_machines_client
       
    23 LOAD_SUITE test_synchronize_client
       
    24 LOAD_SUITE testdelay
       
    25 
       
    26 START_TESTCASE	upnp_vendor_device_description_0029_5_rev
       
    27 //! @file					
       
    28 //! @SYMTestCaseID			UPNP_POS_0029
       
    29 //! @SYMTestCaseDesc 		Retrieve  the device description of an UPnP device with a vendor defined device type(ST: urn:domain-name:device:deviceType:v)
       
    30 //! @SYMREQ					REQ8627, REQ8605, REQ8606, REQ8607, REQ8611, REQ8681, REQ10588, REQ10589,REQ4877, REQ8617, REQ8618
       
    31 //! @SYMTestStatus 			Implemented
       
    32 //! @SYMTestPriority 		1
       
    33 //! @SYMTestActions 		1.	Issue a discovery search request for all UPnP enabled vendor defined devices in the LAN with ST: urn:domain-name:device:deviceType:v 
       
    34 //! 						2.	Retrieve the Device description by issuing HTTP GET request for the URL retrieved from the LOCATION field specified in successful Discovery response.
       
    35 //! @SYMTestExpectedResults	
       
    36 //!							Retrieval of device description for a desired device is completed. i.e.,
       
    37 //!							If control point provides a valid LOCATION then it retrieves a file containing device description for a vendor defined device.
       
    38 //!							It is expected to receive only one describe response for describe request.
       
    39 //!							If it is an invalid location or unable to retrieve the description then it is expected return with appropriate error message.  
       
    40 //! @SYMTestType 			CIT
       
    41 
       
    42 RUN_TEST_STEP 1000 testdelay TestUPnPManager  
       
    43 RUN_TEST_STEP 1000 testdelay TestUPnPManager
       
    44 RUN_TEST_STEP 1000 test_synchronize_client TestUPnPManager  z:\upnp\testupnp\client\testdata\ini_files\test_synchronize_client.ini clientdata
       
    45 RUN_TEST_STEP 500 multiple_machines_client TestUPnPManager z:\upnp\testupnp\client\testdata\ini_files\describe_0029_rev.ini upnp_vendor_device_description_0005_rev
       
    46 END_TESTCASE	upnp_vendor_device_description_0029_5_rev