From: Jouni Malinen Date: Thu, 22 Sep 2016 20:20:48 +0000 (+0300) Subject: tests: mode=mesh in STATUS X-Git-Tag: hostap_2_6~44 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=commitdiff_plain;h=5c30a84b911930bc5a09b038ab69f46479e70c90 tests: mode=mesh in STATUS Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_wpas_mesh.py b/tests/hwsim/test_wpas_mesh.py index 43d7650..2ef1861 100644 --- a/tests/hwsim/test_wpas_mesh.py +++ b/tests/hwsim/test_wpas_mesh.py @@ -215,6 +215,10 @@ def test_wpas_mesh_open(dev, apdev): if state != "COMPLETED": raise Exception("Unexpected wpa_state on dev1: " + state) + mode = dev[0].get_status_field("mode") + if mode != "mesh": + raise Exception("Unexpected mode: " + mode) + def test_wpas_mesh_open_no_auto(dev, apdev): """wpa_supplicant open MESH network connectivity""" check_mesh_support(dev[0])