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