You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
636 B
21 lines
636 B
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
TIME='MEDIUM'
|
|
AUTHOR = 'Chromium OS'
|
|
|
|
DOC = """
|
|
Client-side mechanism to update a DUT with a given image. It is used
|
|
in server-side tests such as autoupdate_CatchBadSignatures.
|
|
"""
|
|
|
|
NAME = 'autoupdate_CannedOmahaUpdate'
|
|
PURPOSE = 'Update client with a canned Omaha response.'
|
|
CRITERIA = 'Do not run this test. See autoupdate_CatchBadSignatures.'
|
|
TEST_CLASS = 'platform'
|
|
TEST_CATEGORY = 'Functional'
|
|
TEST_TYPE = 'client'
|
|
|
|
job.run_test('autoupdate_CannedOmahaUpdate')
|