1 # Copyright 2018 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='Short' 6 AUTHOR = 'Chromium OS' 7 DOC = """ 8 Client side test of the update_engine backoff mechanism. 9 This will be called from the server tests: autoupdate_OmahaResponse.backoff* 10 """ 11 12 NAME = 'autoupdate_Backoff' 13 PURPOSE = 'Client side test of the update_engine backoff mechanism.' 14 TEST_CLASS = 'platform' 15 TEST_CATEGORY = 'Functional' 16 TEST_TYPE = 'client' 17 18 job.run_test('autoupdate_Backoff') 19