1# Copyright 2014 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 = "dkrahn, dpursell" 6NAME = "login_CryptohomeOwnerQuery" 7ATTRIBUTES = "suite:experimental" 8SUITE = "experimental" 9TIME = "SHORT" 10TEST_CATEGORY = "Functional" 11TEST_CLASS = "login" 12TEST_TYPE = "client" 13 14DOC = """ 15This test verifies that the owner user query in cryptohome reports the proper 16status. The test will wipe credentials from the device and verify that the 17query shows no owner, then give the device an owner and verify the query 18result changes. 19""" 20 21job.run_test('login_CryptohomeOwnerQuery') 22