networkingtestandutils/networkingperformancemeasurementtools/testcontroller/data/netperf_emu_desktop_delays.ini
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 12 Mar 2010 15:50:43 +0200
branchRCL_3
changeset 10 c64cefac6e99
parent 0 af10295192d8
permissions -rw-r--r--
Revision: 201008 Kit: 201008

#
# 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 or CopyTestScripts]
Method=CopyTestScriptsTo
DestinationForSetupData=\epoc32\winscw\c
TestBearerIP=10.16.83.1
ControlIP=10.16.83.1
ControlPort=1683
RunServices=yes

[DeviceUnderTest]
TestBearerSNAP=50
TestBearerIP=10.16.83.3
ControlSNAP=50
ControlIP=10.16.83.3
ControlPort=3000
RunSamplingProfiler=false
BuildVariant=udeb
Platform=winscw
CommsdatTemplate=netperf_eth_ntras_delays_template.cfg
LocationForSetupData=C:\

[PacketCapturePC]
PacketCapture=off
IPAddress=10.16.83.10
FTPUser=anonymous
FTPPassword=aa


# 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
Rates=100us,200ur,300ur

# 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=90
Sender_01.Protocol=tcp
Sender_01.Rate=50000
Sender_01.PacketSize=16384
Receiver_01.Protocol=tcp
Receiver_01.PacketSize=16384

[Test_02StreamingMediaDownloadUseCase]
DurationInSeconds=90
Receiver_01.Protocol=tcp
Receiver_01.PacketSize=16384
Receiver_02.Protocol=udp
Receiver_02.Rate=500
Receiver_02.PacketSize=1470

[Test_03StreamingMediaUploadUseCase]
DurationInSeconds=90
Sender_01.Protocol=tcp
Sender_01.Rate=50000
Sender_01.PacketSize=16384
Sender_02.Protocol=udp
Sender_02.Rate=500
Sender_02.PacketSize=1470

[Test_04ConversationalVoipUseCase]
DurationInSeconds=90
Sender_01.Protocol=tcp
Sender_01.Rate=50000
Sender_01.PacketSize=16384
Sender_02.Protocol=udp
Sender_02.Rate=100
Sender_02.PacketSize=1470
Receiver_01.Protocol=tcp
Receiver_01.PacketSize=16384
Receiver_02.Protocol=udp
Receiver_02.Rate=100
Receiver_02.PacketSize=1470