networkingtestandutils/networkingperformancemeasurementtools/testcontroller/data/netperf_h2_loopback.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 example configuration file
# =============================================
#

# After you've configured this ini file, use it as follows:
#  perl -S %EPOCROOT%epoc32\tools\netperf\bin\netperf.pl \netperfwork\netperf_yours.ini devboard interactive


[TestControllerPC]
# don't use test driver, just copy test scripts (semi-automatic mode)
Method=CopyTestScripts
# location of card reader when running script
DestinationForSetupData=F:\
# loopback test..
TestBearerIP=192.168.0.44
# no services to control so send it to null.. UCC test steps will fail but so what
ControlIP=192.168.0.1
# no services needed..
RunServices=no


[DeviceUnderTest]
# memory card will be at E: when mounted on device
LocationForSetupData=E:\
# dummy value - no iperf will run to send.. but let's not upset the scripts
TestBearerIP=10.16.83.3
# dummy value - testdriver mode so no stat will be running
ControlIP=10.16.83.3
#RunSamplingProfiler=false
CommsdatTemplate=netperf_eth_ntras_delays_template.cfg

[Test]

[Test_01LoopbackTest]
DurationInSeconds=60
Sender_01.Protocol=udp
Sender_01.Rate=500
Sender_01.PacketSize=1024
Receiver_01.Protocol=udp
Receiver_01.Rate=500
Receiver_01.PacketSize=1024