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 5AUTHOR = "dtosic@chromium.org, wirebrand@chromium.org" 6NAME = "enterprise_CFM_AtrusUpdaterStress" 7TIME = "LONG" 8TEST_CATEGORY = "Stress" 9TEST_CLASS = "enterprise" 10ATTRIBUTES = "suite:hotrod" 11TEST_TYPE = "client" 12DEPENDENCIES = "atrus" 13 14DOC = """ 15This test repeatedly runs a firmware upgrade of the device. During the upgrade 16transfer of the binary, and writing of the binary to flash is validated. 17""" 18 19job.run_test('enterprise_CFM_AtrusUpdaterStress', repeat=10) 20