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 5AUTHOR = 'rzakarian' 6NAME = 'policy_DefaultSearchProviderEnabled' 7TIME = 'SHORT' 8TEST_CATEGORY = 'General' 9TEST_CLASS = 'enterprise' 10TEST_TYPE = 'client' 11 12DOC = ''' 13Verify effects of the DefaultSearchProviderEnabled policy. 14If the policy is set to True/Not Set then typing search queries in the 15omnibox will result in searching on google.com. 16If the policy is set to False then typing search queries in the 17omnibox will not result in searching on google.com. 18 19''' 20 21args_dict = utils.args_to_dict(args) 22job.run_test('policy_DefaultSearchProviderEnabled', **args_dict)