1# Copyright 2018 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 = 'rzakarian' 6NAME = 'policy_IncognitoModeAvailability' 7TIME = 'SHORT' 8TEST_CATEGORY = 'General' 9TEST_CLASS = 'enterprise' 10TEST_TYPE = 'client' 11 12DOC = ''' 13Verifies effects of IncognitoModeAvailable policy. 14 15This test verifies Available as well as Disabled policy. It does 16not verify Forced because when trying to run the test setup in 17Incognito mode the test fails. 18''' 19 20args_dict = utils.args_to_dict(args) 21 22job.run_test('policy_IncognitoModeAvailability', **args_dict) 23