1 AUTHOR = 'The Chromium OS Authors' 2 NAME = "autoupdate_ParameterizedJob" 3 TEST_CATEGORY = "Functional" 4 TEST_CLASS = "General" 5 TEST_TYPE = "client" 6 TIME = "SHORT" 7 BUG_TEMPLATE = { 8 'cc': ['chromeos-installer-alerts (a] google.com'], 9 'labels': ['Cr-Internals-Installer'], 10 } 11 12 DOC = """ 13 This is a dummy test simply add a test parameter in the autotest db for future 14 user. 15 """ 16 17 TEST_PARAMETERS = "image" 18 19