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 = 'rzakarian' 6NAME = 'policy_EnrollmentRetainment' 7TIME = 'SHORT' 8TEST_CATEGORY = 'General' 9TEST_CLASS = 'enterprise' 10TEST_TYPE = 'client' 11 12DOC = ''' 13Called through the stress_EnrollmentRetainnment server test only. This test 14continiously restarts the DUT, logs in with a user setup in cpanel, and 15verifies that a device policy for that user is set. 16 17''' 18 19args_dict = utils.args_to_dict(args) 20 21job.run_test('policy_EnrollmentRetainment', **args_dict)