1 # Copyright (c) 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 = "Mussa Kiroga" 6 NAME = "ui_SystemTray" 7 PURPOSE = "Collects system tray images as data to examine default icons" 8 CRITERIA = """ 9 10 """ 11 ATTRIBUTES = "suite:bvt-perbuild" 12 TIME = "SHORT" 13 TEST_CATEGORY = "General" 14 TEST_CLASS = "ui" 15 TEST_TYPE = "client" 16 DEPENDENCIES = "board:link" 17 18 DOC = """ 19 This test collects system tray images of different devices. The goal is collect 20 data that helps us understand how system tray looks in the lab for purposes of 21 establishing some sort of a control/reference behavior. 22 """ 23 24 job.run_test('ui_SystemTray', 25 width = 64, 26 height = 100) 27