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

Unified Diff: chrome/test/functional/chromeos_wifi_sanity.py

Issue 16045005: Migrate auto_tests about proxy configuration to browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 7 years, 7 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 | « chrome/test/functional/chromeos_proxy.py ('k') | chrome/test/pyautolib/pyauto.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/chromeos_wifi_sanity.py
diff --git a/chrome/test/functional/chromeos_wifi_sanity.py b/chrome/test/functional/chromeos_wifi_sanity.py
index 037397bb2cf5c49b797f7802f7d5d232e93bafec..ebebc25844083e14ca449a6fed20933ce6eee97f 100755
--- a/chrome/test/functional/chromeos_wifi_sanity.py
+++ b/chrome/test/functional/chromeos_wifi_sanity.py
@@ -12,19 +12,6 @@ import chromeos_network # pyauto_functional must come before chromeos_network
class ChromeosWifiSanity(chromeos_network.PyNetworkUITest):
"""Tests for ChromeOS network related functions."""
- def testNetworkInfoAndScan(self):
- """Get basic info on networks."""
- # NetworkScan will also call GetNetworkInfo and return the results.
- result = self.NetworkScan()
- self.assertTrue(result)
- logging.debug(result)
-
- def testGetProxySettings(self):
- """Print some information about proxy settings."""
- result = self.GetProxySettingsOnChromeOS()
- self.assertTrue(result)
- logging.debug(result)
-
def testToggleNetworkDevice(self):
"""Sanity check to make sure wifi can be disabled and reenabled."""
self.ToggleNetworkDevice('wifi', False)
« no previous file with comments | « chrome/test/functional/chromeos_proxy.py ('k') | chrome/test/pyautolib/pyauto.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698