1# Copyright 2017 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 = "achuith" 6NAME = "enterprise_FakeEnrollment" 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 ChromeOS device without GAIA or a DMServer. 16""" 17 18job.run_test('enterprise_FakeEnrollment') 19