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