aboutsummaryrefslogtreecommitdiff
path: root/server/site_tests/network_WiFi_RoamEndToEnd/control
blob: 57d312087f49571d69f57da2bd59c482e63a84a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 2014 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.

AUTHOR = 'bmahadev, harpreet, krisr'
TIME = 'SHORT'
NAME = 'network_WiFi_RoamEndToEnd'
TEST_TYPE = 'Server'
ATTRIBUTES = ('suite:wifi_endtoend, suite:wifi_release')
DEPENDENCIES = 'wificell'

DOC = """
WiFi_RoamEndToEnd test configures two APs with the same ssid and runs the
client side network_RoamWifiEndToEnd test which uses these APs to test
WiFi roaming between two Open Networks.
"""

def run(machine):
    host = hosts.create_host(machine)
    job.run_test('network_WiFi_RoamEndToEnd',
                 host=host,
                 raw_cmdline_args=args)


parallel_simple(run, machines)