Home | History | Annotate | Download | only in policy_SavingBrowserHistoryDisabled
      1 # Copyright 2019 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 = 'rzakarian'
      6 NAME = 'policy_SavingBrowserHistoryDisabled'
      7 TIME = 'SHORT'
      8 TEST_CATEGORY = 'General'
      9 TEST_CLASS = 'enterprise'
     10 TEST_TYPE = 'client'
     11 
     12 DOC = '''
     13 Verifies effects of SavingBrowserHistoryDisabled policy.
     14 
     15 This test verifies three states of this policy: Enabled, Disabled, and
     16 Not Set.
     17 '''
     18 
     19 args_dict = utils.args_to_dict(args)
     20 
     21 job.run_test('policy_SavingBrowserHistoryDisabled', **args_dict)
     22