linklayerprotocols/pppnif/te_ppp/scripts/te_ppp.script
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     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 // Ensure that the default config is present if no cleverer one has been put there already
       
    17 RUN_SCRIPT z:\testdata\scripts\exec_esock_default_to_config_1.script
       
    18 
       
    19 
       
    20 PRINT Run all te_PPP tests
       
    21 
       
    22 //
       
    23 // load the suite
       
    24 //
       
    25 LOAD_SUITE TE_PPP -SharedData
       
    26 
       
    27 run_utils MkDir c:\system\
       
    28 run_utils MkDir c:\system\data\
       
    29 run_utils CopyFile z:\testdata\configs\te_ppp.cfg c:\system\data\te_ppp.cfg
       
    30 run_utils MakeReadWrite c:\system\data\te_ppp.cfg
       
    31 
       
    32 RUN_SCRIPT z:\testdata\scripts\te_esock_test_unloadesockForced.script
       
    33 RUN_SCRIPT z:\testdata\scripts\te_esock_test_loadesock.script
       
    34 
       
    35 START_TESTCASE			NET-PPP-0201
       
    36 //! @SYMTestCaseID		NET-PPP-0201
       
    37 RUN_TEST_STEP -1 TE_PPP PPPANVL
       
    38 END_TESTCASE			NET-PPP-0201
       
    39 
       
    40 
       
    41 run_utils Delete c:\system\data\te_ppp.xml
       
    42 
       
    43