1# Copyright 2015 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 = 'scunningham'
6NAME = 'policy_ManagedBookmarks'
7TIME = 'SHORT'
8TEST_CATEGORY = 'General'
9TEST_CLASS = 'enterprise'
10TEST_TYPE = 'client'
11
12DOC = '''
13Verify effect of ManagedBookmarks policy on client behavior & appearance.
14
15This test verifies the effect of the ManagedBookmarks user policy on
16Chrome OS client behavior and appearance. It exercises a ranage of valid
17policy values across three test cases: NotSet_NotShown, SingleBookmark_Shown,
18and MultiBookmarks_Shown.
19
20A test case shall pass if the Manage Bookmarks page contains (or does not
21contain) the domain-named bookmarks folder and the specified bookmarks when
22its value is set (or is not set). A test case shall fail if the above behavior
23is not enforced.
24
25'''
26
27args_dict = utils.args_to_dict(args)
28
29job.run_test('policy_ManagedBookmarks', **args_dict)
30