common/tools/ats/smoketest/lbs/lbsclient/scripts/smoketest_lbs.script
changeset 748 e13acd883fbe
child 872 17498133d9ad
equal deleted inserted replaced
747:76f9aaeefbab 748:e13acd883fbe
       
     1 // Copyright (c) 2006-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 the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 PRINT Run LBS smoketest
       
    17 
       
    18 LOAD_SUITE LbsClientTestServer -SharedData
       
    19 WAIT 1000
       
    20 
       
    21 START_TESTCASE			SMOKE_LBS_0001
       
    22 //!	@SYMTestCaseID		SMOKE_LBS_0001
       
    23 //!	@SYMTestCaseDesc	Request module count (use GetNumModules) 
       
    24 //!						and ensure a count of 2 is returned to indicate the correct
       
    25 //!						number of modules is installed (Network and A-GPS modules).
       
    26 
       
    27 PRINT Run LbsClientTestServer
       
    28 
       
    29 RUN_TEST_STEP 010 LbsClientTestServer LbsStep_ResetDefaultAdmin 
       
    30 RUN_TEST_STEP 030 LbsClientTestServer LbsStep_StartLbs
       
    31 
       
    32 RUN_TEST_STEP 010 LbsClientTestServer LbsStep_InstallScheduler
       
    33 RUN_TEST_STEP 20 LbsClientTestServer LbsClientStep_ModInfo c:\smoketest\smoketest_lbs.ini LBS-Mod-Cnt-0001
       
    34 
       
    35 RUN_TEST_STEP 030 LbsClientTestServer LbsStep_StopLbs
       
    36 
       
    37 END_TESTCASE SMOKE_LBS_0001