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