We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af785bc commit f2e740eCopy full SHA for f2e740e
1 file changed
tests/airos/test_wpasupplicant.py
@@ -228,15 +228,18 @@ def test_no_encryption(self):
228
229
expected = [
230
{
231
+ 'status': 'enabled',
232
+ },
233
+ {
234
+ 'device.1.profile': 'AUTO',
235
+ 'device.1.status': 'enabled',
236
+ 'profile.1.network.1.priority': 100,
237
'profile.1.network.1.ssid': 'ap-ssid-example',
238
'profile.1.network.1.key_mgmt.1.name': 'NONE',
239
'profile.1.network.2.key_mgmt.1.name': 'NONE',
240
'profile.1.network.2.priority': 2,
241
'profile.1.network.2.status': 'disabled',
242
},
- {
- 'status': 'enabled',
- }
243
]
244
245
self.assertEqualConfig(o.intermediate_data['wpasupplicant'], expected)
0 commit comments