# Copyright 2014 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. AUTHOR = "cmasone, antrim" NAME = "desktopui_ExitOnSupervisedUserCrash" ATTRIBUTES = "suite:bvt-cq" TIME = "SHORT" TEST_CATEGORY = "General" TEST_CLASS = "desktopui" TEST_TYPE = "client" JOB_RETRIES = 2 DOC = """ This test synthetically informs the session_manager that a supervised user account is being created and verifies that a crash during that operation triggers session termination. """ job.run_test('desktopui_ExitOnSupervisedUserCrash')