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

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

Issue 6732040: PyAuto automation hooks: blocking wifi connect, disconnect, and network scan. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Initial commit. Created 9 years, 9 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
Index: chrome/test/functional/chromeos_wifi.py
diff --git a/chrome/test/functional/chromeos_wifi.py b/chrome/test/functional/chromeos_wifi.py
index 1d87e74c72d8a3a5325b3b0031a1dc97767685ce..4da32649d5bf99473db24a348e84f50fe2270e9c 100644
--- a/chrome/test/functional/chromeos_wifi.py
+++ b/chrome/test/functional/chromeos_wifi.py
@@ -18,6 +18,10 @@ class ChromeosWifi(chromeos_network.PyNetworkUITest):
self.assertTrue(result)
logging.debug(result)
+ def testNetworkScan(self):
+ """Basic check to sure that a network scan doesn't throw errors."""
dennis_jeffrey 2011/03/24 23:48:54 "sure" --> "ensure"
dtu 2011/03/25 22:22:11 Done.
+ self.NetworkScan()
+
if __name__ == '__main__':
pyauto_functional.Main()

Powered by Google App Engine
This is Rietveld 408576698