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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « server/site_linux_router.py ('k') | server/site_wifitest.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # Create and connect to an IBSS (AdHoc) server.
6 { "name":"CheckIBSS",
7 "steps":[ # Channel [1,6,11]
8 [ "create", { "type":"ibss" } ],
9 [ "config", { "channel":"2412", "mode":"11b" } ],
10 # There's a delay before the IBSS service becomes ready
11 [ "sleep", { "time": "5" } ],
12 [ "connect", { "security":"none", "mode":"adhoc" } ],
13 [ "client_ping", { "count":"10" } ],
14 [ "destroy" ],
15 ],
16 }
OLDNEW
« 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