systemhealthmanagement/systemhealthmgr/test/tsysmon/scripts/shmatest_sysmon_startupregeioffailstart1.script
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
equal deleted inserted replaced
21:ccb4f6b3db21 22:8cb079868133
     1 // Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 //
       
     2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    24 //! @SYMTestCaseID 		DEVSRVS-SHMA-SYSMON-0044
    25 //! @SYMTestCaseID 		DEVSRVS-SHMA-SYSMON-0044
    25 //! @SYMPREQ 			PREQ1089 PREQ1871
    26 //! @SYMPREQ 			PREQ1089 PREQ1871
    26 //! @SYMREQ			REQ6604 REQ9457
    27 //! @SYMREQ			REQ6604 REQ9457
    27 //! @SYMTestType		CIT
    28 //! @SYMTestType		CIT
    28 //! @SYMTestPriority		Critical
    29 //! @SYMTestPriority		Critical
    29 //! @SYMTestCaseDependencies	appfwk-sysmon-0044_<emulator|hardware>0.rsc is merged with criticalappscmdlist.rsc
    30 //! @SYMTestCaseDependencies	appfwk-sysmon-0044_<emulator|hardware>0.rsc must be used in place of SSCForStartupMode0.rsc
    30 //! @SYMTestCaseDesc		Use the new startup configuration format to register for process monitoring, with 'EIgnoreOnFailure' policy, have the process fail during startup.
    31 //! @SYMTestCaseDesc		Use the new startup configuration format to register for process monitoring, with 'EIgnoreOnFailure' policy, have the process fail during startup.
    31 //! @SYMTestActions		Create a SSC file which will contain an item for a test application with EStartupProcess2, EWaitForStart, retry count = 0, EIgnoreOnFailure, and monitor = 1. The test application will be in the Critical Static section.
    32 //! @SYMTestActions		Create a SSC file which will contain an item for a test application with EStartupProcess2, EWaitForStart, retry count = 0, EIgnoreOnFailure, and monitor = 1. The test application will be in the Critical Static section.
    32 //! The test application records a count in a file to check whether it is being loaded first time or second time.
    33 //! The test application records a count in a file to check whether it is being loaded first time or second time.
    33 //! When SysStart loads the test application; it should not rendezvous successfully. The startup process should continue.
    34 //! When SysStart loads the test application; it should not rendezvous successfully. The startup process should continue.
    34 //! A test-execute test should check this count value.
    35 //! A test-execute test should check this count value.