sysstatemgmt/systemstatemgr/test/tipcfuzz/scripts/tipcfuzz.script
author Peter Fordham <peter.fordham@gmail.com>
Sun, 23 May 2010 17:54:58 -0700
branchCompilerCompatibility
changeset 26 4b9f782dce8f
parent 0 4e1aa6a622a0
permissions -rw-r--r--
Bug 1782 - GCC-E compilation error. Make friends with whole classes instead of private and protected methods.

// Copyright (c) 2008-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 tipcfuzz
//! @SYMScriptTestEnvironment WINSCW_UREL, ARMv5_UREL

PRINT Run IpcFuzzTestStep tests

LOAD_SUITE tipcfuzz

START_TESTCASE 			DEVSRVS-SSMA-IPCFUZZ-0001
//! @SYMTestCaseID 		DEVSRVS-SSMA-IPCFUZZ-0001
//! @SYMPREQ 			PREQ1871
//! @SYMDEF			DEF121552
//! @SYMTestType		UT
//! @SYMTestPriority		Critical
//! @SYMTestStatus 		Implemented
//! @SYMTestCaseDesc		The IpcFuzz test checks for the stability of the server.
//! @SYMTestActions			The following servers SysStateMgr,SusAdaptionSrv,SusUtilSrv are tested
//! 					with IpcFuzz attack by sending junk data from the client application.
//! 					1. Sets the appropriate version values and name of the server.
//! 					2. Creates a session with the server.
//! 					3. Prepare the message filled with some junk data, that to be sent to the server.
//!  					4. Send message to each server.
//! @SYMTestExpectedResults 	All methods handle the object data appropriately, with no errors reported.
RUN_TEST_STEP 100 tipcfuzz IpcFuzzTestStep
END_TESTCASE 			DEVSRVS-SSMA-IPCFUZZ-0001