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