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