1# Copyright 2014 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 = "cmasone, antrim" 6NAME = "desktopui_ExitOnSupervisedUserCrash" 7ATTRIBUTES = "suite:bvt-perbuild" 8TIME = "SHORT" 9TEST_CATEGORY = "General" 10TEST_CLASS = "desktopui" 11TEST_TYPE = "client" 12JOB_RETRIES = 2 13 14DOC = """ 15This test synthetically informs the session_manager that a supervised user 16account is being created and verifies that a crash during that operation 17triggers session termination. 18""" 19 20job.run_test('desktopui_ExitOnSupervisedUserCrash') 21