Lines Matching full:join
55 if args["type"] == "join":
75 if args["type"] == "join":
104 "Test that we send the expected join/leave IGMPv3 messages"
110 expected_pkt = { "type": "join", "group": "230.0.0.1" }
113 # Now join a multicast group, and see if we're getting the igmp packet we expect
118 # Wait for the sniffer to see the join packet
119 sniffer.join()
127 sniffer.join()
132 "Test that we send the expected join/leave IGMPv2 messages"
139 expected_pkt = { "type": "join", "group": "230.0.0.1" }
142 # Now join a multicast group, and see if we're getting the igmp packet we expect
147 # Wait for the sniffer to see the join packet
148 sniffer.join()
156 sniffer.join()