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 5AUTHOR = 'scunningham' 6NAME = 'policy_RestoreOnStartupURLs' 7TIME = 'SHORT' 8TEST_CATEGORY = 'General' 9TEST_CLASS = 'enterprise' 10TEST_TYPE = 'client' 11 12DOC = ''' 13Verify effects of RestoreOnStartupURLs policy on client behavior. 14 15This test verifies the effect of the RestoreOnStartupURLs user policy on 16Chrome OS client behavior and appearance. It excercises a range of valid 17policy values across three test cases. 18 19A test case shall pass when a single browser tab is opened for only the URLs 20specified in the policy value, and in the order specified (left to right). 21A test case shall fail if the above behavior is not enforced. 22 23See accompanying README file for usage instructions and examples. 24 25''' 26 27args_dict = utils.args_to_dict(args) 28 29job.run_test('policy_RestoreOnStartupURLs', **args_dict) 30 31