networkprotocols/ipeventnotifier/te_IPEventNotifier/testdata/ipen_emulator_corp.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) 2003-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:
//
// The tests use a CommDB containing both Ethernet and Serial PPP (e.g. Wintunnel, tcp2ser) support.
//
//  Set "IAPToUse" to:
//     3   ip4   Serial
//     1   ip4+6 Serial
//     8   ip4   Emulator Ethernet to corporate network
//     9   ip4+6 Emulator Ethernet to corporate network


[ReceiveMFlag]
IAPToUse=1
NetworkInterfacePrefixToMonitor=ipcp6
MFlagExpectedResult=False


// Have to use ethernet here- serial PPP doesn't perform Duplicate Address Detection
[IPReady]
IAPToUse=8
NetworkInterfacePrefixToMonitor=eth[
AddressToPush=10.23.192.193
ExpectedReady=True


// Have to use ethernet here- serial PPP doesn't perform Duplicate Address Detection
[IPNotReady]
IAPToUse=8
NetworkInterfacePrefixToMonitor=eth[
AddressToPush=10.23.192.2
ExpectedReady=False


[LinkLocalAddress]
IAPToUse=9
NetworkInterfacePrefixToMonitor=eth6[
AddressToPush=fe80::123:9a7:fe02:f303

[ReceiveOFlag]
IAPToUse=1
NetworkInterfacePrefixToMonitor=ipcp6
OFlagExpectedResult=False