networkingtestandutils/networkingintegrationtest/it_script_files/itest_s1/itest_load.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 
       
    17 //iTests modified from above by Adrian Mayes 9th Nov 2005
       
    18 // setup
       
    19 LOAD_SUITE TE_Esock
       
    20 
       
    21 // open socket server 
       
    22 RUN_TEST_STEP 100 TE_Esock OpenServer   
       
    23 
       
    24 
       
    25 START_TESTCASE			NET-Integration-Csd-1401
       
    26 //! @SYMTestCaseID		NET-Integration-Csd-1401
       
    27 
       
    28 // open, send some UDP data and close
       
    29 RUN_TEST_STEP 100 TE_Esock Test1.2 z:\testdata\configs\integration\itest_s1\itest.ini
       
    30 RUN_TEST_STEP 1000 TE_Esock SendData z:\testdata\configs\integration\itest_s1\Big_ipv4.ini
       
    31 RUN_TEST_STEP 100 TE_Esock Test1.15 z:\testdata\configs\integration\itest_s1\itest.ini
       
    32 END_TESTCASE			NET-Integration-Csd-1401
       
    33 
       
    34 
       
    35 START_TESTCASE			NET-Integration-Csd-1402
       
    36 //! @SYMTestCaseID		NET-Integration-Csd-1402
       
    37 
       
    38 // open, send some UDP data and close
       
    39 RUN_TEST_STEP 100 TE_Esock Test1.2 z:\testdata\configs\integration\itest_s1\itest.ini
       
    40 RUN_TEST_STEP 1000 TE_Esock SendData z:\testdata\configs\integration\itest_s1\Big_ipv4.ini
       
    41 RUN_TEST_STEP 100 TE_Esock Test1.15 z:\testdata\configs\integration\itest_s1\itest.ini
       
    42 END_TESTCASE			NET-Integration-Csd-1402
       
    43 
       
    44 
       
    45 START_TESTCASE			NET-Integration-Csd-1403
       
    46 //! @SYMTestCaseID		NET-Integration-Csd-1403
       
    47 
       
    48 // open, send some UDP data and close
       
    49 RUN_TEST_STEP 100 TE_Esock Test1.2 z:\testdata\configs\integration\itest_s1\itest.ini
       
    50 RUN_TEST_STEP 1000 TE_Esock SendData z:\testdata\configs\integration\itest_s1\Big_ipv4.ini
       
    51 RUN_TEST_STEP 100 TE_Esock Test1.15 z:\testdata\configs\integration\itest_s1\itest.ini
       
    52 END_TESTCASE			NET-Integration-Csd-1403
       
    53 
       
    54 
       
    55 START_TESTCASE			NET-Integration-Csd-1404
       
    56 //! @SYMTestCaseID		NET-Integration-Csd-1404
       
    57 
       
    58 // open, send some UDP data and close
       
    59 RUN_TEST_STEP 100 TE_Esock Test1.2 z:\testdata\configs\integration\itest_s1\itest.ini
       
    60 RUN_TEST_STEP 1000 TE_Esock SendData z:\testdata\configs\integration\itest_s1\Big_ipv4.ini
       
    61 RUN_TEST_STEP 100 TE_Esock Test1.15 z:\testdata\configs\integration\itest_s1\itest.ini
       
    62 END_TESTCASE			NET-Integration-Csd-1404
       
    63 
       
    64 
       
    65 START_TESTCASE			NET-Integration-Csd-1405
       
    66 //! @SYMTestCaseID		NET-Integration-Csd-1405
       
    67 
       
    68 // open, send some UDP data and close
       
    69 RUN_TEST_STEP 100 TE_Esock Test1.2 z:\testdata\configs\integration\itest_s1\itest.ini
       
    70 RUN_TEST_STEP 1000 TE_Esock SendData z:\testdata\configs\integration\itest_s1\Big_ipv4.ini
       
    71 RUN_TEST_STEP 100 TE_Esock Test1.15 z:\testdata\configs\integration\itest_s1\itest.ini
       
    72 TEST_COMPLETE Load_Test
       
    73 END_TESTCASE			NET-Integration-Csd-1405
       
    74 
       
    75 
       
    76 // close socket server 
       
    77 RUN_TEST_STEP 100 TE_Esock CloseServer   
       
    78 
       
    79 // log result
       
    80 PRINT end of log test 
       
    81 
       
    82 
       
    83