Skip to content

Commit 30df311

Browse files
author
Ritwick DSouza
committed
[raspbian] Removed wps test
1 parent 11cce9e commit 30df311

1 file changed

Lines changed: 0 additions & 36 deletions

File tree

tests/raspbian/test_hostapd.py

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -267,39 +267,3 @@ def test_no_encryption(self):
267267
268268
'''
269269
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

Comments
 (0)