24 lines
		
	
	
		
			653 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			653 B
		
	
	
	
		
			Plaintext
		
	
	
	
| # Copyright 2019 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 = "wzang"
 | |
| NAME = "enterprise_OnlineDemoMode"
 | |
| # stop test from running until it can be fixd: http://go/crb/1104747
 | |
| # ATTRIBUTES = "suite:bvt-perbuild"
 | |
| TIME = "SHORT"
 | |
| TEST_CATEGORY = "Enterprise"
 | |
| TEST_CLASS = "enterprise"
 | |
| TEST_TYPE = "server"
 | |
| JOB_RETRIES = 2
 | |
| 
 | |
| DOC = """
 | |
| This test enrolls a Chrome OS device to online demo mode.
 | |
| """
 | |
| 
 | |
| def run(machine):
 | |
|     host = hosts.create_host(machine)
 | |
|     job.run_test('enterprise_OnlineDemoMode', host=host)
 | |
| 
 | |
| job.parallel_simple(run, machines)
 |