19 lines
		
	
	
		
			617 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			617 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.googleGuest'
 | 
						|
TEST_TYPE = 'Client'
 | 
						|
 | 
						|
DOC = """
 | 
						|
network_WiFi_RackConnect test uses enterprise managed users on the crostest.tv
 | 
						|
domain to connect to preconfigured network services, including GoogleGuest.
 | 
						|
"""
 | 
						|
 | 
						|
from autotest_lib.client.common_lib.cros.network import wifi_rack_constants
 | 
						|
 | 
						|
job.run_test('network_RackWiFiConnect',
 | 
						|
             test=wifi_rack_constants.GOOGLE_GUEST.testname)
 |