networkingtestandutils/networkingperformancemeasurementtools/testcontroller/data/netperf_emu_desktop.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 or CopyTestScripts]
Method=CopyTestScripts
DestinationForSetupData=\epoc32\winscw\c
TestBearerIP=10.16.83.1
ControlIP=10.16.83.1
ControlPort=1683
#DestinationForSetupData=F:\
RunServices=yes


[DeviceUnderTest]
# files will be at C: from perspective of device
LocationForSetupData=C:\
TestBearerIAP=2
TestBearerIP=10.16.83.3
ControlIAP=2
ControlIP=10.16.83.3
ControlPort=3000
RunSamplingProfiler=false
BuildVariant=udeb
Platform=winscw
CommsdatTemplate=netperf_eth_ntras_template.xml
#LocationForSetupData=E:\


[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=100,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