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 11cce9e commit 30df311Copy full SHA for 30df311
1 file changed
tests/raspbian/test_hostapd.py
@@ -267,39 +267,3 @@ def test_no_encryption(self):
267
268
'''
269
self.assertEqual(o.render(), expected)
270
-
271
- @unittest.skip('Test skipping')
272
- def test_wps(self):
273
- o = Raspbian({
274
- "radios": [
275
- {
276
- "name": "radio0",
277
- "phy": "phy0",
278
- "driver": "mac80211",
279
- "protocol": "802.11n",
280
- "channel": 3,
281
- "channel_width": 20,
282
- "tx_power": 3
283
- },
284
- ],
285
- "interfaces": [
286
287
- "name": "wlan0",
288
- "type": "wireless",
289
- "wireless": {
290
- "radio": "radio0",
291
- "mode": "access_point",
292
- "ssid": "wps-ssid",
293
- "encryption": {
294
- "protocol": "wps",
295
- "wps_label": False,
296
- "wps_pushbutton": True,
297
- "wps_pin": ""
298
- }
299
300
301
- ]
302
- })
303
304
- expected = ''''''
305
- self.assertEqual(o.render(), expected)
0 commit comments