blob: 5b4dc044ed28b3b44bd88ccd2c0bc484f0976ecf [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# TEST IS DISABLED UNTIL MIGRATED TO PYTHON 3.
# For instructions on how to: go/tauto-py3-migration
# To re-enable migrate to Python 3.
# If the test is not migrated by 1/14/22 it will be deleted.
AUTHOR = "rohitbm"
NAME = "enterprise_KioskPerf"
PURPOSE = 'Records cpu and memory usage for demo running in Kiosk mode.'
TIME = "SHORT"
TEST_CATEGORY = "Performance"
TEST_CLASS = "enterprise"
TEST_TYPE = "client"
DOC = """
This test does enterprise enrollment on a ChromeOS device and launches Kiosk
mode and records cpu/memory usage for the given time.
You need a credentials.txt file with user_id:password in this directory for
this test to succeed. The credentials are used to enroll the device as a Remora
device.
"""
job.run_test('enterprise_KioskPerf')