From c0dc3ec8cafaa662e4c0fff5ac20d94752925244 Mon Sep 17 00:00:00 2001 From: Nikhil Rayaprolu Date: Sat, 23 Jul 2016 22:51:31 +0530 Subject: [PATCH] modified network tests --- plinth/tests/test_network.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plinth/tests/test_network.py b/plinth/tests/test_network.py index 63fb93b2e..e67e91c17 100644 --- a/plinth/tests/test_network.py +++ b/plinth/tests/test_network.py @@ -58,6 +58,9 @@ wifi_settings = { 'ssid': 'plinthtestwifi', 'mode': 'adhoc', 'auth_mode': 'open', + 'band': 'a', + 'channel': 0, + 'bssid': 'a0:86:c6:08:11:02', }, }