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 = 'rzakarian' 6NAME = 'policy_DeviceEphemeralUsersEnabled' 7TIME = 'SHORT' 8TEST_CATEGORY = 'General' 9TEST_CLASS = 'enterprise' 10TEST_TYPE = 'client' 11 12DOC = ''' 13Called through the policy_DeviceEphemeralUsersEnabled test only. Verifies 14whether the ephemeral_users_enabled policy is set on the device or not. 15 16''' 17 18args_dict = utils.args_to_dict(args) 19 20job.run_test('policy_DeviceEphemeralUsersEnabled', **args_dict)