networkprotocols/ipeventnotifier/te_IPEventNotifier/testdata/ipen_emulator.ini
changeset 0 af10295192d8
child 6 c64cefac6e99
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/networkprotocols/ipeventnotifier/te_IPEventNotifier/testdata/ipen_emulator.ini	Tue Jan 26 15:23:49 2010 +0200
@@ -0,0 +1,47 @@
+//
+// The tests use a CommDB containing both Ethernet and Serial PPP (e.g. Wintunnel, tcp2ser) support.
+//
+//  Set "IAPToUse" to:
+//     14  ip4   Emulator Ethernet to colinux
+//     15  ip4+6 Emulator Ethernet to colinux
+
+//
+// This config is for the following setup:
+//
+//  colinux 192.168.0.2 -------------(TAP)------------- 192.168.0.1 Windows  <-winpcap ether emu ----------- 192.168.0.5 EPOC
+//
+//  The colinux installation must have an active dhcp6 server and router advertisement daemon
+//
+
+[ReceiveMFlag]
+IAPToUse=15
+NetworkInterfacePrefixToMonitor=eth6[
+MFlagExpectedResult=True
+
+
+// Have to use ethernet here- serial PPP doesn't perform Duplicate Address Detection
+[IPReady]
+IAPToUse=14
+NetworkInterfacePrefixToMonitor=eth[
+AddressToPush=192.168.0.8
+ExpectedReady=True
+
+
+// Have to use ethernet here- serial PPP doesn't perform Duplicate Address Detection
+[IPNotReady]
+IAPToUse=14
+NetworkInterfacePrefixToMonitor=eth[
+// address of colinux
+AddressToPush=192.168.0.2
+ExpectedReady=False
+
+
+[LinkLocalAddress]
+IAPToUse=15
+NetworkInterfacePrefixToMonitor=eth6[
+AddressToPush=fe80::123:9a7:fe02:f303
+
+[ReceiveOFlag]
+IAPToUse=15
+NetworkInterfacePrefixToMonitor=eth6[
+OFlagExpectedResult=True