sysstatemgmt/systemstatemgr/test/tipcfuzz/scripts/tipcfuzz.script
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 //! @file
       
    17 //! @SYMTestSuiteName tipcfuzz
       
    18 //! @SYMScriptTestEnvironment WINSCW_UREL, ARMv5_UREL
       
    19 
       
    20 PRINT Run IpcFuzzTestStep tests
       
    21 
       
    22 LOAD_SUITE tipcfuzz
       
    23 
       
    24 START_TESTCASE 			DEVSRVS-SSMA-IPCFUZZ-0001
       
    25 //! @SYMTestCaseID 		DEVSRVS-SSMA-IPCFUZZ-0001
       
    26 //! @SYMPREQ 			PREQ1871
       
    27 //! @SYMDEF			DEF121552
       
    28 //! @SYMTestType		UT
       
    29 //! @SYMTestPriority		Critical
       
    30 //! @SYMTestStatus 		Implemented
       
    31 //! @SYMTestCaseDesc		The IpcFuzz test checks for the stability of the server.
       
    32 //! @SYMTestActions			The following servers SysStateMgr,SusAdaptionSrv,SusUtilSrv are tested
       
    33 //! 					with IpcFuzz attack by sending junk data from the client application.
       
    34 //! 					1. Sets the appropriate version values and name of the server.
       
    35 //! 					2. Creates a session with the server.
       
    36 //! 					3. Prepare the message filled with some junk data, that to be sent to the server.
       
    37 //!  					4. Send message to each server.
       
    38 //! @SYMTestExpectedResults 	All methods handle the object data appropriately, with no errors reported.
       
    39 RUN_TEST_STEP 100 tipcfuzz IpcFuzzTestStep
       
    40 END_TESTCASE 			DEVSRVS-SSMA-IPCFUZZ-0001