• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
7ATTRIBUTES = "suite:regression"
8SUITE = "regression"
9TIME = "SHORT"
10TEST_CATEGORY = "General"
11TEST_CLASS = "enterprise"
12TEST_TYPE = "client"
13
14DOC = """
15Verify effect of ManagedBookmarks policy on client behavior & appearance.
16
17This test verifies the effect of the ManagedBookmarks user policy on
18Chrome OS client behavior and appearance. It exercises a ranage of valid
19policy values across three test cases: NotSet_NotShown, SingleBookmark_Shown,
20and MultiBookmark_Shown.
21
22A test case shall pass if the Manage Bookmarks page contains (or does not
23contain) the domain-named bookmarks folder and the specified bookmarks when
24its value is set (or is not set). A test case shall fail if the above behavior
25is not enforced.
26
27Default usage example:
28$ test_that <IPAddress> ManagedBookmarks
29
30Runs both test cases using the local AutoTest fake DM server, and with
31the policy json and expected values as defined by each test case.
32
33"""
34
35job.run_test("policy_ManagedBookmarks", args=args)
36