buildverification/autosmoketest/TestApps/Scripts/smoketest_TestApps.script
branchGCC_SURGE
changeset 17 03d9ade4748d
parent 14 5d7fec11a5ce
parent 15 5b5908ec640f
equal deleted inserted replaced
14:5d7fec11a5ce 17:03d9ade4748d
     1 //
       
     2 // Copyright (c) 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 // Run smoke test steps to check for successful execution of apps
       
    17 
       
    18 LOAD_SUITE Smoketest_TestApp_Server
       
    19 
       
    20 RUN_UTILS MkDir c:\autosmoketest\
       
    21 RUN_UTILS CopyFile z:\autosmoketest\smoketest_TestApps.ini c:\autosmoketest\smoketest_TestApps.ini
       
    22  
       
    23 
       
    24 START_TESTCASE RUN_PHONE_APP
       
    25 RUN_TEST_STEP 100 Smoketest_TestApp_Server TestAppStep1  c:\autosmoketest\smoketest_TestApps.ini PhoneApp  
       
    26 END_TESTCASE RUN_PHONE_APP
       
    27 
       
    28