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