Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: server/site_linux_router.py

Issue 6030011: Rearrange EAP setup so that it is more parameterizable for other EAP types (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Update PEAP and TTLS tests. Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « server/site_eap_certs.py ('k') | server/site_tests/network_WiFiSecMat/019CheckWPA_1x_AES » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_linux_router.py
diff --git a/server/site_linux_router.py b/server/site_linux_router.py
index 70707fc2e3fd86684d16d83bfe18b2f38c48fc58..0e0a1abeece9bfe8c8e5aa6e8c13d371a32865ab 100644
--- a/server/site_linux_router.py
+++ b/server/site_linux_router.py
@@ -4,7 +4,6 @@
import logging, re, time
from autotest_lib.client.common_lib import error
-from autotest_lib.server import site_eap_tls
def isLinuxRouter(router):
router_uname = router.run('uname').stdout
@@ -258,8 +257,6 @@ class LinuxRouter(object):
pass # NB: meaningless for hostapd; ignore
elif k == '-ampdu':
pass # TODO(sleffler) need hostapd support
- elif k == 'eap-tls':
- conf.update(site_eap_tls.router_config(self.router, v))
else:
conf[k] = v
« no previous file with comments | « server/site_eap_certs.py ('k') | server/site_tests/network_WiFiSecMat/019CheckWPA_1x_AES » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698