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