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