Home | History | Annotate | Download | only in login_CryptohomeDataLeak
      1 # Copyright (c) 2017 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 = "Chrome OS Team"
      6 NAME = "login_CryptohomeDataLeak"
      7 PURPOSE = "Verify decrypted user data is cleared once the session is over"
      8 CRITERIA = """
      9 This test will fail if user data is still visible after end of session.
     10 """
     11 ATTRIBUTES = "suite:bvt-perbuild"
     12 TIME = "SHORT"
     13 TEST_CATEGORY = "Security"
     14 TEST_CLASS = "platform"
     15 TEST_TYPE = "client"
     16 
     17 DOC = """
     18 This test checks whether a user data file created during a session is
     19 visible once the session is logged out.
     20 """
     21 
     22 job.run_test('login_CryptohomeDataLeak')
     23