1 # Copyright 2014 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 = "achuith, zelidrag" 6 NAME = "enterprise_RemoraRequisition" 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 device as a Remora device. 16 17 You need a credentials.txt file with user_id:password in this directory for 18 this test to succeed. The credentials are used to enroll the device as a Remora 19 device. 20 """ 21 22 job.run_test('enterprise_RemoraRequisition') 23