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