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