sysstatemgmt/systemstatemgr/test/tipcfuzz/scripts/tipcfuzz.script
author William Roberts <williamr@symbian.org>
Fri, 28 May 2010 14:18:28 +0100
changeset 13 51d936fe0d0c
parent 0 4e1aa6a622a0
permissions -rw-r--r--
Re-merge workaround for bug 2620

// 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