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