1 # Copyright 2019 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 5 AUTHOR = "wzang" 6 NAME = "enterprise_OnlineDemoModeEnrollment" 7 TIME = "SHORT" 8 TEST_CATEGORY = "Enterprise" 9 TEST_CLASS = "enterprise" 10 TEST_TYPE = "client" 11 # Reboot after test ends. 12 DEPENDENCIES='cleanup-reboot' 13 14 DOC = """ 15 This test enrolls a Chrome OS device into online Demo Mode. 16 17 This test will not be run standalone. It will be kicked off from a server side 18 test. 19 """ 20 21 job.run_test('enterprise_OnlineDemoModeEnrollment') 22