networkingtestandutils/networkingperformancemeasurementtools/testcontroller/data/netperf_h2_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 # After you've configured this ini file, use it as follows:
       
     7 #  perl -S %EPOCROOT%epoc32\tools\netperf\bin\netperf.pl \netperfwork\netperf_yours.ini devboard interactive
       
     8 
       
     9 
       
    10 [TestControllerPC]
       
    11 # don't use test driver, just copy test scripts (semi-automatic mode)
       
    12 Method=CopyTestScripts
       
    13 # location of card reader when running script
       
    14 DestinationForSetupData=F:\
       
    15 # loopback test..
       
    16 TestBearerIP=192.168.0.44
       
    17 # no services to control so send it to null.. UCC test steps will fail but so what
       
    18 ControlIP=192.168.0.1
       
    19 # no services needed..
       
    20 RunServices=no
       
    21 
       
    22 
       
    23 [DeviceUnderTest]
       
    24 # memory card will be at E: when mounted on device
       
    25 LocationForSetupData=E:\
       
    26 # dummy value - no iperf will run to send.. but let's not upset the scripts
       
    27 TestBearerIP=10.16.83.3
       
    28 # dummy value - testdriver mode so no stat will be running
       
    29 ControlIP=10.16.83.3
       
    30 #RunSamplingProfiler=false
       
    31 CommsdatTemplate=netperf_eth_ntras_delays_template.cfg
       
    32 
       
    33 [Test]
       
    34 
       
    35 [Test_01LoopbackTest]
       
    36 DurationInSeconds=60
       
    37 Sender_01.Protocol=udp
       
    38 Sender_01.Rate=500
       
    39 Sender_01.PacketSize=1024
       
    40 Receiver_01.Protocol=udp
       
    41 Receiver_01.Rate=500
       
    42 Receiver_01.PacketSize=1024