testexecfw/tef/test/regressiontest/utilitiesut/testdata/scripts/dt-tef-utilities-0001.script
changeset 0 3e07fef1e154
equal deleted inserted replaced
-1:000000000000 0:3e07fef1e154
       
     1 //
       
     2 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 // All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of "Eclipse Public License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description: 
       
    15 //
       
    16 
       
    17 LOAD_SERVER EventLogServer -SharedData
       
    18 
       
    19 START_TESTCASE DT-TEF-Utilities-0001
       
    20 //! @SYMTestCaseID          DT-TEF-Utilities-0001
       
    21 //! @SYMCreationDate        05-09-2008
       
    22 //! @SYMAuthor              extShuoHuang
       
    23 //! @SYMTestCaseDesc        Event Log test case
       
    24 //! @SYMTestExpectedResults all test step should be pass.
       
    25 
       
    26 
       
    27 RUN_TEST_STEP 1000 EventLogServer Start  ${SYSDRIVE}\testdata\configs\EventLogControler.ini SectionOne
       
    28 DELAY 500
       
    29 RUN_TEST_STEP 1000 EventLogServer Stop  ${SYSDRIVE}\testdata\configs\EventLogControler.ini SectionOne
       
    30 
       
    31 RUN_TEST_STEP 1000 EventLogServer Start  ${SYSDRIVE}\testdata\configs\EventLogControler.ini SectionTwo
       
    32 DELAY 500
       
    33 RUN_TEST_STEP 1000 EventLogServer Stop  ${SYSDRIVE}\testdata\configs\EventLogControler.ini SectionTwo
       
    34 
       
    35 
       
    36 RUN_TEST_STEP 1000 EventLogServer Start  ${SYSDRIVE}\testdata\configs\EventLogControler.ini SectionThree
       
    37 DELAY 500
       
    38 RUN_TEST_STEP 1000 EventLogServer Stop  ${SYSDRIVE}\testdata\configs\EventLogControler.ini SectionThree
       
    39 
       
    40 RUN_TEST_STEP 1000 EventLogServer Start  ${SYSDRIVE}\testdata\configs\EventLogControler.ini SectionFour
       
    41 DELAY 500
       
    42 RUN_TEST_STEP 1000 EventLogServer Stop  ${SYSDRIVE}\testdata\configs\eventlogcontroler.ini SectionFour
       
    43 
       
    44 
       
    45 
       
    46 RUN_TEST_STEP 1000 EventLogServer Start  ${SYSDRIVE}\testdata\configs\eventlogcontroler.ini SectionFive
       
    47 DELAY 500
       
    48 RUN_TEST_STEP 1000 EventLogServer Stop  ${SYSDRIVE}\testdata\configs\eventlogcontroler.ini SectionFive
       
    49 
       
    50 RUN_TEST_STEP 1000 EventLogServer Start  ${SYSDRIVE}\testdata\configs\eventlogcontroler.ini SectionSix
       
    51 DELAY 500
       
    52 RUN_TEST_STEP 1000 EventLogServer Stop  ${SYSDRIVE}\testdata\configs\eventlogcontroler.ini SectionSix
       
    53 
       
    54 RUN_TEST_STEP 1000 EventLogServer Start  ${SYSDRIVE}\testdata\configs\eventlogcontroler.ini SectionSeven
       
    55 DELAY 500
       
    56 RUN_TEST_STEP 1000 EventLogServer Stop  ${SYSDRIVE}\testdata\configs\eventlogcontroler.ini SectionSeven
       
    57 
       
    58 END_TESTCASE DT-TEF-Utilities-0001