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