%description: Checks that the router updates the list of listeners in response to reports. %#-------------------------------------------------------------------------------------------------------------- %inifile: omnetpp.ini [General] ned-path = .;../../../../src;../../lib sim-time-limit=100s cmdenv-express-mode = false #cmdenv-log-prefix = "%t %N: " #omnetpp 5.0 - 5.1 compatibility: eventlog-file = "${resultdir}/${configname}-${runnumber}.elog" output-scalar-file = "${resultdir}/${configname}-${runnumber}.sca" output-vector-file = "${resultdir}/${configname}-${runnumber}.vec" snapshot-file = "${resultdir}/${configname}-${runnumber}.sna" network=TestIGMPNetwork **.igmpType = "IGMPv3" **.IPForward = true **.multicastForwarding = true **.scenarioManager.script = xmldoc("scenario.xml") %#-------------------------------------------------------------------------------------------------------------- %file: scenario.xml %#-------------------------------------------------------------------------------------------------------------- %# %# Check that Group-Specific or Group-and-Source-Specific Queries are sent. %# %postrun-command: grep "IGMPTester: .* listeners" test.out > tester.out || true %contains-regex: tester.out IGMPTester: eth0: listeners = 225.0.0.1 I 10.0.0.1 10.0.0.2. IGMPTester: eth0: listeners = 225.0.0.1 I 10.0.0.1 10.0.0.2. IGMPTester: eth0: listeners = 225.0.0.1 I 10.0.0.1 10.0.0.2 10.0.0.3. IGMPTester: eth0: listeners = 225.0.0.1 E 10.0.0.4. IGMPTester: eth0: listeners = 225.0.0.1 E. IGMPTester: eth0: listeners = 225.0.0.1 E. IGMPTester: eth0: listeners = 225.0.0.1 E. IGMPTester: eth0: listeners = 225.0.0.1 E. %#-------------------------------------------------------------------------------------------------------------- %not-contains: stdout undisposed object: %not-contains: stdout -- check module destructor %#--------------------------------------------------------------------------------------------------------------