debugsrv/runmodedebug/rmdebug_test/rm_debug/scripts/tef_execute_rtests.script
changeset 56 aa2539c91954
parent 54 a151135b0cf9
child 60 e54443a6878c
child 62 1c2bb2fc7c87
equal deleted inserted replaced
54:a151135b0cf9 56:aa2539c91954
     1 // Copyright (c) 2010 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: Script file for running Run-Mode Debug Tests (RTests) as TEF3 tests.
       
    14 // 		Please note, for a description of the tests please goto the RTests themselves.
       
    15 //		This file is a temporary measure, until the RTest component itself is updated.
       
    16 //		The problem is RTest does not produce logs when run on Sirocco, 
       
    17 //		so this wrapper allows us to do that.
       
    18 //
       
    19 //! @File
       
    20 //! @SYMTestSuiteName           tef_execute_rtests.script
       
    21 //! @SYMScriptTestEnvironment   RTEST as TEF3
       
    22 
       
    23 PRINT *** Running RTests as TEF3 tests ***
       
    24 
       
    25 START_TESTCASE                  KBASE-t_rmdebug2
       
    26 RUN_PROGRAM 120 t_rmdebug2
       
    27 END_TESTCASE                    KBASE-t_rmdebug2
       
    28 
       
    29 
       
    30 START_TESTCASE                  KBASE-t_rmdebug2_oem
       
    31 RUN_PROGRAM 120 t_rmdebug2_oem
       
    32 END_TESTCASE                    KBASE-t_rmdebug2_oem
       
    33 
       
    34 
       
    35 START_TESTCASE                  KBASE-t_rmdebug2_oem2
       
    36 RUN_PROGRAM 120 t_rmdebug2_oem2
       
    37 END_TESTCASE                    KBASE-t_rmdebug2_oem2
       
    38 
       
    39 
       
    40 START_TESTCASE                  KBASE-t_rmdebug2_allcaps
       
    41 RUN_PROGRAM 120 t_rmdebug2_allcaps
       
    42 END_TESTCASE                    KBASE-t_rmdebug2_allcaps
       
    43 
       
    44 
       
    45 START_TESTCASE                  KBASE-t_performance_test
       
    46 RUN_PROGRAM 120 t_performance_test
       
    47 END_TESTCASE                    KBASE-t_performance_test
       
    48 
       
    49 
       
    50 START_TESTCASE                  KBASE-t_rmdebug_multi_target
       
    51 RUN_PROGRAM 120 t_rmdebug_multi_target
       
    52 END_TESTCASE                    KBASE-t_rmdebug_multi_target
       
    53 
       
    54 
       
    55 START_TESTCASE                  KBASE-t_multi_agent_launcher
       
    56 RUN_PROGRAM 120 t_multi_agent_launcher
       
    57 END_TESTCASE                    KBASE-t_multi_agent_launcher
       
    58 
       
    59 PRINT *** Completed RTests as TEF3 tests ***