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 = 'timkovich' 6NAME = 'policy_PlatformKeys' 7ATTRIBUTES = 'suite:ent-nightly, suite:policy' 8TIME = 'SHORT' 9TEST_CATEGORY = 'General' 10TEST_CLASS = 'enterprise' 11TEST_TYPE = 'client' 12 13DOC = ''' 14policy_PlatformKeys tests the chrome.enterprise.platformKeys API. It uses the 15"platformKeys Test Extension" to access the API. 16 17It tests the methods: 18- getToken 19- getCertificates 20- importCertificate 21- removeCertificate 22 23''' 24 25args_dict = utils.args_to_dict(args) 26 27job.run_test('policy_PlatformKeys', **args_dict) 28 29