debugsrv/runmodedebug/rmdebug_test/rm_debug/scripts/tef_execute_rtests.script
branchRCL_3
changeset 21 52e343bb8f80
parent 20 ca8a1b6995f6
child 22 e26895079d7c
--- a/debugsrv/runmodedebug/rmdebug_test/rm_debug/scripts/tef_execute_rtests.script	Tue Aug 31 16:45:49 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,59 +0,0 @@
-// Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
-// All rights reserved.
-// This component and the accompanying materials are made available
-// under the terms of the License "Symbian Foundation License v1.0"
-// which accompanies this distribution, and is available
-// at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
-//
-// Initial Contributors:
-// Nokia Corporation - initial contribution.
-//
-// Contributors:
-//
-// Description: Script file for running Run-Mode Debug Tests (RTests) as TEF3 tests.
-// 		Please note, for a description of the tests please goto the RTests themselves.
-//		This file is a temporary measure, until the RTest component itself is updated.
-//		The problem is RTest does not produce logs when run on Sirocco, 
-//		so this wrapper allows us to do that.
-//
-//! @File
-//! @SYMTestSuiteName           tef_execute_rtests.script
-//! @SYMScriptTestEnvironment   RTEST as TEF3
-
-PRINT *** Running RTests as TEF3 tests ***
-
-START_TESTCASE                  KBASE-t_rmdebug2
-RUN_PROGRAM 120 t_rmdebug2
-END_TESTCASE                    KBASE-t_rmdebug2
-
-
-START_TESTCASE                  KBASE-t_rmdebug2_oem
-RUN_PROGRAM 120 t_rmdebug2_oem
-END_TESTCASE                    KBASE-t_rmdebug2_oem
-
-
-START_TESTCASE                  KBASE-t_rmdebug2_oem2
-RUN_PROGRAM 120 t_rmdebug2_oem2
-END_TESTCASE                    KBASE-t_rmdebug2_oem2
-
-
-START_TESTCASE                  KBASE-t_rmdebug2_allcaps
-RUN_PROGRAM 120 t_rmdebug2_allcaps
-END_TESTCASE                    KBASE-t_rmdebug2_allcaps
-
-
-START_TESTCASE                  KBASE-t_performance_test
-RUN_PROGRAM 120 t_performance_test
-END_TESTCASE                    KBASE-t_performance_test
-
-
-START_TESTCASE                  KBASE-t_rmdebug_multi_target
-RUN_PROGRAM 120 t_rmdebug_multi_target
-END_TESTCASE                    KBASE-t_rmdebug_multi_target
-
-
-START_TESTCASE                  KBASE-t_multi_agent_launcher
-RUN_PROGRAM 120 t_multi_agent_launcher
-END_TESTCASE                    KBASE-t_multi_agent_launcher
-
-PRINT *** Completed RTests as TEF3 tests ***