1 # Copyright (c) 2013 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 TIME='MEDIUM' 6 AUTHOR = 'Chromium OS' 7 BUG_TEMPLATE = { 8 'cc': ['chromeos-installer-alerts (a] google.com'], 9 'components': ['Internals>Installer'], 10 } 11 12 DOC = """ 13 Client-side mechanism to update a DUT with a given image. It is used 14 in server-side tests such as server/autoupdate_CatchBadSignatures. 15 """ 16 17 NAME = 'autoupdate_CannedOmahaUpdate' 18 PURPOSE = 'Update client with a canned Omaha response.' 19 CRITERIA = 'Do not run this test. See server/autoupdate_CatchBadSignatures.' 20 TEST_CLASS = 'platform' 21 TEST_CATEGORY = 'Functional' 22 TEST_TYPE = 'client' 23 24 job.run_test('autoupdate_CannedOmahaUpdate') 25