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 = 'mnissler, pastarmovj'
6NAME = 'platform_SessionManagerBlockDevmodeSetting'
7ATTRIBUTES = "suite:experimental"
8SUITE = 'experimental'
9TIME = 'SHORT'
10TEST_TYPE = 'client'
11
12DOC = """
13This test checks whether session_manager correctly updates the block_devmode
14crossystem flag according to the value stored in device settings.
15"""
16
17job.run_test('platform_SessionManagerBlockDevmodeSetting')
18