17 lines
480 B
Plaintext
17 lines
480 B
Plaintext
# Copyright 2015 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 = 'tienchang'
|
|
TIME = 'SHORT'
|
|
NAME = 'network_RackWiFiConnect'
|
|
TEST_TYPE = 'Client'
|
|
|
|
DOC = """
|
|
network_RackWiFiConnect uses enterprise managed users on the crostest.tv
|
|
domain to connect to preconfigured network services on our WiFi rack.
|
|
"""
|
|
|
|
job.run_test('network_RackWiFiConnect',
|
|
test='all')
|