1 # Copyright 2018 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 = "felixe" 6 NAME = "enterprise_RemoraRequisitionDisplayUsage" 7 TIME = "SHORT" 8 TEST_CATEGORY = "Enterprise" 9 TEST_CLASS = "enterprise" 10 TEST_TYPE = "client" 11 DEPENDENCIES='mimo' 12 ATTRIBUTES="suite:bluestreak" 13 14 DOC = """ 15 This test verifies that the Chrome enrollment window is shown on the correct 16 display in the Remora case. 17 18 When there's a Mimo display present during OOBE it should be used to display 19 the OOBE window. 20 """ 21 22 job.run_test('enterprise_RemoraRequisitionDisplayUsage') 23