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