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