networkingtestandutils/networkingperformancemeasurementtools/testcontroller/data/netperf_h2_eth_delays.ini
changeset 0 af10295192d8
child 6 c64cefac6e99
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 #
       
     2 # NETPERF test suite configuration file
       
     3 # =====================================
       
     4 #
       
     5 
       
     6 
       
     7 [TestControllerPC]
       
     8 Method=Testdriver
       
     9 TestBearerIP=10.16.83.1
       
    10 ControlIP=10.16.83.1
       
    11 ControlPort=1683
       
    12 #DestinationForSetupData=F:\
       
    13 RunServices=yes
       
    14 
       
    15 [DeviceUnderTest]
       
    16 TestBearerSNAP=50
       
    17 TestBearerIP=10.16.83.3
       
    18 ControlSNAP=50
       
    19 ControlIP=10.16.83.3
       
    20 ControlPort=3000
       
    21 RunSamplingProfiler=true
       
    22 BuildVariant=urel
       
    23 Platform=armv5
       
    24 CommsdatTemplate=netperf_eth_ntras_delays_template.cfg
       
    25 #LocationForSetupData=E:\
       
    26 
       
    27 [PacketCapturePC]
       
    28 PacketCapture=on
       
    29 IPAddress=10.16.83.10
       
    30 FTPUser=pcap
       
    31 FTPPassword=pcap
       
    32 
       
    33 
       
    34 # Simply specified tests follow (speed/proto/direction).
       
    35 [Test]
       
    36 # e.g. Rates=00256ts,0512u    for 256kbps tcp send then 512kbps udp send then 512kbps udp receive
       
    37 BasePortNumber=5555
       
    38 Rates=1000(+1000)4000
       
    39 
       
    40 # Individual fully specified tests follow. More wordy to set up but more flexible.
       
    41 # These will run after the tests specified in Rates= above.
       
    42 
       
    43 [Test_01FileTransferUseCase]
       
    44 DurationInSeconds=120
       
    45 Sender_01.Protocol=udp
       
    46 Sender_01.Rate=500
       
    47 Sender_01.PacketSize=1024
       
    48 Sender_bob.Protocol=udp
       
    49 Sender_bob.Rate=500
       
    50 Sender_bob.PacketSize=1024
       
    51 Sender_foo.Protocol=udp
       
    52 Sender_foo.Rate=500
       
    53 Sender_foo.PacketSize=1024
       
    54 Receiver_01.Protocol=udp
       
    55 Receiver_01.Rate=500
       
    56 Receiver_01.PacketSize=1470