diff --git a/tests/airos/test_wpasupplicant.py b/tests/airos/test_wpasupplicant.py index 99484d17d..ff86f16b5 100644 --- a/tests/airos/test_wpasupplicant.py +++ b/tests/airos/test_wpasupplicant.py @@ -341,28 +341,14 @@ def test_eap_wpa2_enterprise(self): o.to_intermediate() expected = [ { - 'device.1.devname': 'radio0', - 'device.1.driver': 'madwifi', - 'device.1.profile': 'AUTO', - 'device.1.status': 'enabled', - 'profile.1.name': 'AUTO', - 'profile.1.network.1.anonymous_identity': 'TODO', - 'profile.1.network.1.eap.1.name': 'TTLS', - 'profile.1.network.1.eap.1.status': 'enabled', - 'profile.1.network.1.identity': 'TODO', - 'profile.1.network.1.key_mgmt.1.name': 'WPA-EAP', - 'profile.1.network.1.pairwise.1.name': 'CCMP', - 'profile.1.network.1.password': 'TODO', - 'profile.1.network.1.phase2=auth': 'MSCHAPV2', - 'profile.1.network.1.priority': 100, - 'profile.1.network.1.proto.1.name': 'RSN', + 'status': 'disabled', + }, + { + 'device.1.status': 'disabled', 'profile.1.network.1.ssid': 'ap-ssid-example', 'profile.1.network.2.key_mgmt.1.name': 'NONE', 'profile.1.network.2.priority': 2, 'profile.1.network.2.status': 'disabled', }, - { - 'status': 'enabled', - }, ] self.assertEqualConfig(o.intermediate_data['wpasupplicant'], expected)