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 = 'dbeckett' 6NAME = 'policy_SystemTimezone' 7TIME = 'SHORT' 8TEST_CATEGORY = 'General' 9TEST_CLASS = 'enterprise' 10TEST_TYPE = 'client' 11 12DOC = ''' 13This test verifies the effect of the SystemTimezone user policy on Chrome OS 14client behavior. This policy does not take effect until the user logs out. 15 16A test case shall pass if: 17 - The proper timezone is set 18 - The timezone reported by the DATE function is correct 19 - When the timezone is not set, it is user adjustable 20 21''' 22 23args_dict = utils.args_to_dict(args) 24 25job.run_test('policy_SystemTimezone', **args_dict) 26