]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Factor out multicast connectivity check
authorThomas Pedersen <thomas@adapt-ip.com>
Wed, 5 Feb 2020 07:13:48 +0000 (23:13 -0800)
committerJouni Malinen <j@w1.fi>
Sat, 15 Feb 2020 16:36:29 +0000 (18:36 +0200)
commit1d9d6c24328b699e1393e675874fca1c168d5f31
tree9977bda849c805546c9891644b89881598910aa2
parentb056275111f548c90e0f7bbdf2722461e29e6cdf
tests: Factor out multicast connectivity check

A test may want to check multicast connectivity independent of unicast
or check multicast without exercising unicast first. Factor out the
multicast connectivity check code into its own function.

Signed-off-by: Thomas Pedersen <thomas@adapt-ip.com>
tests/hwsim/hostapd.py
tests/hwsim/hwsim_utils.py
tests/hwsim/wpasupplicant.py