networkingtestandutils/networkingperformancemeasurementtools/testcontroller/data/netperf_emu.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 or CopyTestScripts]
       
     9 Method=CopyTestScripts
       
    10 DestinationForSetupData=\epoc32\winscw\c
       
    11 TestBearerIP=192.168.0.1
       
    12 ControlIP=192.168.0.1
       
    13 ControlPort=1683
       
    14 #DestinationForSetupData=F:\
       
    15 RunServices=yes
       
    16 
       
    17 [DeviceUnderTest]
       
    18 # files will be at C: from perspective of device
       
    19 LocationForSetupData=C:\
       
    20 # this is set up to use ethernet-> you should set up some kind of tap device on the emulator using configchange.pl
       
    21 TestBearerIAP=2
       
    22 TestBearerIP=192.168.0.2
       
    23 ControlIP=192.168.0.2
       
    24 ControlPort=3000
       
    25 RunSamplingProfiler=false
       
    26 BuildVariant=udeb
       
    27 Platform=winscw
       
    28 CommsdatTemplate=netperf_eth_ntras_template.xml
       
    29 #LocationForSetupData=E:\
       
    30 
       
    31 [PacketCapturePC]
       
    32 PacketCapture=off
       
    33 IPAddress=10.16.83.10
       
    34 FTPUser=anonymous
       
    35 FTPPassword=aa
       
    36 
       
    37 
       
    38 # Simply specified tests follow (speed/proto/direction).
       
    39 [Test]
       
    40 # e.g. Rates=00256ts,0512u    for 256kbps tcp send then 512kbps udp send then 512kbps udp receive
       
    41 Rates=100us,200ur,300ur
       
    42 
       
    43 # Individual fully specified tests follow. More wordy to set up but more flexible.
       
    44 # These will run after the tests specified in Rates= above.
       
    45 [Test_01FileTransferUseCase]
       
    46 DurationInSeconds=90
       
    47 Sender_01.Protocol=tcp
       
    48 Sender_01.Rate=50000
       
    49 Sender_01.PacketSize=16384
       
    50 Receiver_01.Protocol=tcp
       
    51 Receiver_01.PacketSize=16384
       
    52 
       
    53 [Test_02StreamingMediaDownloadUseCase]
       
    54 DurationInSeconds=90
       
    55 Receiver_01.Protocol=tcp
       
    56 Receiver_01.PacketSize=16384
       
    57 Receiver_02.Protocol=udp
       
    58 Receiver_02.Rate=500
       
    59 Receiver_02.PacketSize=1470
       
    60 
       
    61 [Test_03StreamingMediaUploadUseCase]
       
    62 DurationInSeconds=90
       
    63 Sender_01.Protocol=tcp
       
    64 Sender_01.Rate=50000
       
    65 Sender_01.PacketSize=16384
       
    66 Sender_02.Protocol=udp
       
    67 Sender_02.Rate=500
       
    68 Sender_02.PacketSize=1470
       
    69 
       
    70 [Test_04ConversationalVoipUseCase]
       
    71 DurationInSeconds=90
       
    72 Sender_01.Protocol=tcp
       
    73 Sender_01.Rate=50000
       
    74 Sender_01.PacketSize=16384
       
    75 Sender_02.Protocol=udp
       
    76 Sender_02.Rate=100
       
    77 Sender_02.PacketSize=1470
       
    78 Receiver_01.Protocol=tcp
       
    79 Receiver_01.PacketSize=16384
       
    80 Receiver_02.Protocol=udp
       
    81 Receiver_02.Rate=100
       
    82 Receiver_02.PacketSize=1470
       
    83