sysstatemgmt/systemstateplugins/test/tintgsapolicy/scripts/sspluginstest_statetranfromstartuptoshutdown.script
changeset 52 d6b9e89d80a3
parent 50 48a00b70dc49
child 59 0f7422b6b602
equal deleted inserted replaced
50:48a00b70dc49 52:d6b9e89d80a3
     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 PRINT Run GsaStateTranFromStartupStep tests
       
    17 
       
    18 LOAD_SUITE tgsa_i_server
       
    19 
       
    20 START_TESTCASE 				DEVSRVS-SSPLUGINS-GSA-0036
       
    21 //! @SYMTestCaseID  			DEVSRVS-SSPLUGINS-GSA-0036
       
    22 //! @SYMDEF				DEF130922
       
    23 //! @SYMTestCaseDesc			Checks for state transitions to shutdown states from Startup state 
       
    24 //! 					under different scenarios.
       
    25 //! @SYMTestType			CIT	
       
    26 //! @SYMTestPriority			Critical
       
    27 //! @SYMTestActions			Test checks the result for request state transition from Startup to Shutdown Critical State
       
    28 //! 					1. Startup state to Shutdown state.
       
    29 //! 					Scenario 1 - Request for state change from Startup to critical state
       
    30 //! @SYMTestExpectedResults 		1. Startup state to Shutdown state.
       
    31 //! 					Scenario 1 - Request will completed with KErrNone
       
    32 RUN_TEST_STEP 100 tgsa_i_server GsaStateTranFromStartuptoShutdownStep
       
    33 END_TESTCASE 				DEVSRVS-SSPLUGINS-GSA-0036