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 = 'dbeckett' 6NAME = 'policy_DefaultSearchProvider' 7TIME = 'SHORT' 8TEST_CATEGORY = 'General' 9TEST_CLASS = 'enterprise' 10TEST_TYPE = 'client' 11 12DOC = ''' 13Verify effects of the DefaultSearchProviderSearchURL and 14DefaultSearchProviderKeyword policy. When the DefaultSearchProviderSearchURL 15policy is set, the specified search url will be used when a value is entered 16in the omnibox. When the DefaultSearchProviderKeyword is set, the value will 17trigger the shortcut used in the omnibox to trigger the search for this 18provider. 19 20''' 21 22args_dict = utils.args_to_dict(args) 23job.run_test('policy_DefaultSearchProvider', **args_dict) 24