servicediscoveryandcontrol/pnp/test/upnp/IntegTest/testupnp/Scripts/server/upnp_invalid_discovery_requests_0048_1.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_invalid_discovery_requests_0048_1.script
       
    17 //! @SYMTestSuiteName	testupnp 
       
    18 //! @SYMScriptTestEnvironment
       
    19 
       
    20 PRINT Run all multiple_machines_server 
       
    21 LOAD_SUITE multiple_machines_server
       
    22 LOAD_SUITE test_synchronize_server
       
    23 
       
    24 START_TESTCASE	upnp_invalid_discovery_requests_0048_1
       
    25 //! @file					
       
    26 //! @SYMTestCaseID			UPNP - POS - 0048
       
    27 //! @SYMTestCaseDesc 		Service point must ignore an invalid discovery requests
       
    28 //! @SYMREQ 				REQ8613, REQ8645
       
    29 //! @SYMTestStatus 			Implemented
       
    30 //! @SYMTestPriority 		1
       
    31 //! @SYMTestActions 		1.	Join a control point in UPnP enabled network and discover a service using the UPnP control point with a search request of malformed content (Like Invalid value in MAN header, a missing MX header, or other malformed content).
       
    32 //! 						2.	Service point must ignore the search request of malformed content by not sending any response to it.
       
    33 //! @SYMTestExpectedResults	Such a malformed request should not get any response and receiving devices simply discard that request.
       
    34 //! @SYMTestType 			CIT
       
    35 
       
    36 RUN_TEST_STEP 1000 test_synchronize_server TestUPnPManager  z:\upnp\testupnp\client\testdata\ini_files\test_synchronize_client.ini serverdata
       
    37 RUN_TEST_STEP 500 multiple_machines_server TestUPnPManager z:\upnp\testupnp\client\testdata\ini_files\discovery_0048.ini  upnp_invalid_discovery_requests_0048_1_server
       
    38 
       
    39 END_TESTCASE	upnp_invalid_discovery_requests_0048_1