1# Copyright 2016 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 = 'scunningham' 6NAME = 'longevity_Tracker.chromesign' 7PURPOSE = 'Tracks Chrome OS performance over long periods.' 8TIME = 'LONG' 9TEST_CATEGORY = 'Performance' 10TEST_CLASS = 'performance' 11TEST_TYPE = 'client' 12DEPENDENCIES = 'chromesign' 13 14DOC = ''' 15This script tracks performance of Chrome OS running the specified Kiosk App. 16It captures device resource data, including cpu and memory usage, and device 17temperature in the background with the specified Kiosk App running in the 18foreground. The script presumes the device is running the desired Chrome OS 19version, is enrolled, and the target App is launched and signed in. 20 21The script cycle shall terminate itself after the set duration, or soon after 22a longevity_terminate flag file is seen in the /tmp/ directory. 23''' 24 25kiosk_app_attributes = ( 26 'chromesign:odjaaghiehpobimgdjjfofmablbaleem:viewer.html') 27 28job.run_test('longevity_Tracker', 29 kiosk_app_attributes=kiosk_app_attributes, 30 tag='chromesign') 31