1# Copyright 2015 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
5AUTHOR = 'tienchang'
6TIME = 'SHORT'
7NAME = 'network_RackWiFiConnect.googleGuest'
8TEST_TYPE = 'Client'
9
10DOC = """
11network_WiFi_RackConnect test uses enterprise managed users on the crostest.tv
12domain to connect to preconfigured network services, including GoogleGuest.
13"""
14
15from autotest_lib.client.common_lib.cros.network import wifi_rack_constants
16
17job.run_test('network_RackWiFiConnect',
18             test=wifi_rack_constants.GOOGLE_GUEST.testname)
19