diff -r 000000000000 -r 4e1aa6a622a0 sysstatemgmt/systemstatemgr/test/tipcfuzz/scripts/tipcfuzz.script --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sysstatemgmt/systemstatemgr/test/tipcfuzz/scripts/tipcfuzz.script Tue Feb 02 00:53:00 2010 +0200 @@ -0,0 +1,40 @@ +// 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 \ No newline at end of file