networkingtestandutils/networkingperformancemeasurementtools/testcontroller/data/netperf_h2_eth_delays.ini
changeset 0 af10295192d8
child 6 c64cefac6e99
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/networkingtestandutils/networkingperformancemeasurementtools/testcontroller/data/netperf_h2_eth_delays.ini	Tue Jan 26 15:23:49 2010 +0200
@@ -0,0 +1,56 @@
+#
+# NETPERF test suite configuration file
+# =====================================
+#
+
+
+[TestControllerPC]
+Method=Testdriver
+TestBearerIP=10.16.83.1
+ControlIP=10.16.83.1
+ControlPort=1683
+#DestinationForSetupData=F:\
+RunServices=yes
+
+[DeviceUnderTest]
+TestBearerSNAP=50
+TestBearerIP=10.16.83.3
+ControlSNAP=50
+ControlIP=10.16.83.3
+ControlPort=3000
+RunSamplingProfiler=true
+BuildVariant=urel
+Platform=armv5
+CommsdatTemplate=netperf_eth_ntras_delays_template.cfg
+#LocationForSetupData=E:\
+
+[PacketCapturePC]
+PacketCapture=on
+IPAddress=10.16.83.10
+FTPUser=pcap
+FTPPassword=pcap
+
+
+# Simply specified tests follow (speed/proto/direction).
+[Test]
+# e.g. Rates=00256ts,0512u    for 256kbps tcp send then 512kbps udp send then 512kbps udp receive
+BasePortNumber=5555
+Rates=1000(+1000)4000
+
+# Individual fully specified tests follow. More wordy to set up but more flexible.
+# These will run after the tests specified in Rates= above.
+
+[Test_01FileTransferUseCase]
+DurationInSeconds=120
+Sender_01.Protocol=udp
+Sender_01.Rate=500
+Sender_01.PacketSize=1024
+Sender_bob.Protocol=udp
+Sender_bob.Rate=500
+Sender_bob.PacketSize=1024
+Sender_foo.Protocol=udp
+Sender_foo.Rate=500
+Sender_foo.PacketSize=1024
+Receiver_01.Protocol=udp
+Receiver_01.Rate=500
+Receiver_01.PacketSize=1470