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 6 AUTHOR = "ARC Team" 7 NAME = "cheets_Midis" 8 TIME = "SHORT" 9 TEST_CATEGORY = "Functional" 10 TEST_CLASS = "login" 11 TEST_TYPE = "client" 12 DEPENDENCIES = 'arc' 13 ATTRIBUTES = "suite:bvt-arc" 14 JOB_RETRIES = 2 15 16 DOC = """ 17 This is a simple test to check whether the midis daemon 18 starts (and restarts) successfully on repeated logins 19 of Chrome with ARC enabled. 20 """ 21 22 job.run_test('cheets_Midis') 23