@@ -149,18 +149,19 @@ def test_wpa2_enterprise(self):
149149 o .to_intermediate ()
150150 expected = [
151151 {
152+ 'device.1.devname' : 'radio0' ,
153+ 'device.1.driver' : 'madwifi' ,
152154 'device.1.profile' : 'AUTO' ,
153155 'device.1.status' : 'enabled' ,
154- 'device.1.driver' : 'madwifi' ,
155- 'device.1.devname' : 'radio0' ,
156156 'profile.1.name' : 'AUTO' ,
157- 'profile.1.network.1.phase2=auth' : 'MSCHAPV2' ,
158- 'profile.1.network.1.eap.1.status' : 'enabled' ,
159157 'profile.1.network.1.eap.1.name' : 'TTLS' ,
160- 'profile.1.network.1.password ' : 'password1234 ' ,
158+ 'profile.1.network.1.eap.1.status ' : 'enabled ' ,
161159 'profile.1.network.1.identity' : 'definitely-fake-identity' ,
162- 'profile.1.network.1.anonymous_identity ' : 'TODO ' ,
160+ 'profile.1.network.1.key_mgmt.1.name ' : 'WPA-EAP ' ,
163161 'profile.1.network.1.pairwise.1.name' : 'CCMP' ,
162+ 'profile.1.network.1.password' : 'password1234' ,
163+ 'profile.1.network.1.phase2=auth' : 'MSCHAPV2' ,
164+ 'profile.1.network.1.priority' : 100 ,
164165 'profile.1.network.1.proto.1.name' : 'RSN' ,
165166 'profile.1.network.1.ssid' : 'ap-ssid-example' ,
166167 'profile.1.network.1.priority' : 100 ,
0 commit comments