1# Copyright 2015 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 = "rohitbm" 6NAME = "enterprise_KioskPerf" 7PURPOSE = 'Records cpu and memory usage for demo running in Kiosk mode.' 8TIME = "SHORT" 9TEST_CATEGORY = "Performance" 10TEST_CLASS = "enterprise" 11TEST_TYPE = "client" 12 13DOC = """ 14This test does enterprise enrollment on a ChromeOS device and launches Kiosk 15mode and records cpu/memory usage for the given time. 16 17You need a credentials.txt file with user_id:password in this directory for 18this test to succeed. The credentials are used to enroll the device as a Remora 19device. 20""" 21 22job.run_test('enterprise_KioskPerf') 23