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

Unified Diff: server/site_tests/network_WiFiMatFunc/011CheckIBSS

Issue 6603026: Test joining an IBSS (AdHoc) network (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: s/iw_config/station_config/ Created 9 years, 10 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_linux_router.py ('k') | server/site_wifitest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_tests/network_WiFiMatFunc/011CheckIBSS
diff --git a/server/site_tests/network_WiFiMatFunc/011CheckIBSS b/server/site_tests/network_WiFiMatFunc/011CheckIBSS
new file mode 100644
index 0000000000000000000000000000000000000000..9bf205207058c2051a8a1895cdc4cda04a03fef2
--- /dev/null
+++ b/server/site_tests/network_WiFiMatFunc/011CheckIBSS
@@ -0,0 +1,16 @@
+# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Create and connect to an IBSS (AdHoc) server.
+{ "name":"CheckIBSS",
+ "steps":[ # Channel [1,6,11]
+ [ "create", { "type":"ibss" } ],
+ [ "config", { "channel":"2412", "mode":"11b" } ],
+ # There's a delay before the IBSS service becomes ready
+ [ "sleep", { "time": "5" } ],
+ [ "connect", { "security":"none", "mode":"adhoc" } ],
+ [ "client_ping", { "count":"10" } ],
+ [ "destroy" ],
+ ],
+}
« no previous file with comments | « server/site_linux_router.py ('k') | server/site_wifitest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698