datacommsserver/esockserver/test/TE_ESock/scriptfiles/TE_ESock_IP6.script
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     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 
       
    17 PRINT ****************************************************
       
    18 PRINT	       Perform TE_ESOCK IPv6 tests
       
    19 PRINT ****************************************************
       
    20 //
       
    21 // Ensure that the default config is present if no cleverer one has been put there already
       
    22 RUN_SCRIPT z:\testdata\scripts\exec_esock_default_to_config_1.script
       
    23 
       
    24 RUN_SCRIPT z:\testdata\scripts\te_esock_test_unloadesockForced.script
       
    25 
       
    26 ced -i z:\testdata\configs\te_esock.xml ced.log
       
    27 
       
    28 RUN_SCRIPT z:\testdata\scripts\te_esock_test_loadesock.script
       
    29 
       
    30 // copy the relevant ini file
       
    31 RUN_UTILS CopyFile z:\testdata\configs\test_esock_ip6.ini c:\test_esock_ip.ini
       
    32 RUN_UTILS MakeReadWrite c:\test_esock_ip.ini
       
    33 
       
    34 RUN_SCRIPT z:\testdata\scripts\te_esock_tests-net-ip.script
       
    35 RUN_SCRIPT z:\testdata\scripts\te_esock_tests-net-ip6.script
       
    36 RUN_SCRIPT z:\testdata\scripts\te_esock_tests-nonet-ip.script
       
    37 RUN_SCRIPT z:\testdata\scripts\te_esock_tests-nonet-ip6.script
       
    38 //RUN_SCRIPT z:\testdata\scripts\te_esock_tests-nonet.script
       
    39 //RUN_SCRIPT z:\testdata\scripts\te_esock_tests-mem-nonet.script
       
    40 
       
    41 RUN_SCRIPT z:\testdata\scripts\te_esock_test_unloadesockForced.script
       
    42 
       
    43 RUN_UTILS DeleteFile c:\test_esock_ip.ini
       
    44 
       
    45 PRINT TE_ESOCK IP6 tests complete