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