Files
infix/test/case/ietf_interfaces/igmp_basic
Mattias Walström a533b87ea4 test: case: Move infix_interfaces into ietf-interfaces
This is how all other models are handled, the topmodel is naming the
test directory
2024-09-17 08:27:23 +02:00
..

=== IGMP basic
==== Description
Test that all multicast gets flooded when IGMP is disabled and
the flooding stops as soon a join arrives

==== Topology
ifdef::topdoc[]
image::../../test/case/ietf_interfaces/igmp_basic/topology.png[IGMP basic topology]
endif::topdoc[]
ifndef::topdoc[]
ifdef::testgroup[]
image::igmp_basic/topology.png[IGMP basic topology]
endif::testgroup[]
ifndef::testgroup[]
image::topology.png[IGMP basic topology]
endif::testgroup[]
endif::topdoc[]
==== Test sequence
. Initialize
. Configure device
. Setup sender and receivers
. Verify that the group is flooded on all ports
. Verify that the group is still forwarded to the member
. Verify that the group is no longer forwarded to the non-member


<<<