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 5TIME='MEDIUM' 6AUTHOR = 'Chromium OS' 7 8DOC = """ 9Client-side mechanism to update a DUT with a given image. It is used 10in server-side tests such as autoupdate_CatchBadSignatures. 11""" 12 13NAME = 'autoupdate_CannedOmahaUpdate' 14PURPOSE = 'Update client with a canned Omaha response.' 15CRITERIA = 'Do not run this test. See autoupdate_CatchBadSignatures.' 16TEST_CLASS = 'platform' 17TEST_CATEGORY = 'Functional' 18TEST_TYPE = 'client' 19 20job.run_test('autoupdate_CannedOmahaUpdate') 21