networkingtestandutils/networkingperformancemeasurementtools/testcontroller/data/netperf_h2_eth_delays.ini
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 16 Apr 2010 16:36:59 +0300
changeset 14 b33c3d136b7e
parent 0 af10295192d8
permissions -rw-r--r--
Revision: 201015 Kit: 201015

#
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
#
# Contributors:
#
# Description: 
#
# 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