networkingtestandutils/networkingperformancemeasurementtools/te_netperf/sources/netperf_loopback.ini
changeset 0 af10295192d8
child 6 c64cefac6e99
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 
       
     2 # NETPERF test suite example configuration file
       
     3 # =============================================
       
     4 #
       
     5 
       
     6 # some very basic loopback tests (via dummy nif) for regression testing
       
     7 
       
     8 # After you've configured this ini file, use it as follows:
       
     9 #  perl -S %EPOCROOT%epoc32\tools\netperf\bin\netperf.pl \netperfwork\netperf_loopback.ini emulator interactive
       
    10 
       
    11 
       
    12 [TestControllerPC]
       
    13 Method=CopyTestScripts
       
    14 DestinationForSetupData=tefscripts_temp
       
    15 # dummynif loopback test..
       
    16 TestBearerIP=10.1.1.19
       
    17 #TestBearerIP=127.0.0.1
       
    18 # no services to control so send it to null.. UCC test steps must be commented out
       
    19 ControlIP=192.168.0.1
       
    20 # no services needed..
       
    21 RunServices=no
       
    22 
       
    23 
       
    24 [DeviceUnderTest]
       
    25 LocationForSetupData=Z:
       
    26 # dummy value - no iperf will run to send.. but let's not upset the scripts
       
    27 TestBearerIP=192.168.7.7
       
    28 # dummy value - testdriver mode so no stat
       
    29 ControlIP=192.168.7.7
       
    30 RunSamplingProfiler=false
       
    31 CommsdatTemplate=netperf_loopback_template.xml
       
    32 TestBearerIAP=9
       
    33 
       
    34 
       
    35 [Test]
       
    36 DurationInSeconds=45
       
    37 
       
    38 [Test_Loopback_TCP_1500]
       
    39 Sender_01.Protocol=tcp
       
    40 Sender_01.Rate=1500
       
    41 Sender_01.PacketSize=16384
       
    42 Receiver_01.Protocol=tcp
       
    43 Receiver_01.Rate=1500
       
    44 Receiver_01.PacketSize=16384
       
    45 
       
    46 [Test_Loopback_UDP_1500]
       
    47 Sender_01.Protocol=udp
       
    48 Sender_01.Rate=1500
       
    49 Sender_01.PacketSize=1400
       
    50 Receiver_01.Protocol=udp
       
    51 Receiver_01.Rate=1500
       
    52 Receiver_01.PacketSize=1400
       
    53