blob: fa28c2ef3e4dceac51218a8ff02694ce59098b17 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "joaodasilva"
NAME = "login_UserPolicyKeys"
PURPOSE = "Verifies the user policy key copy."
CRITERIA = """
Fails if the user policy key isn't stored in a location readable by chronos
after storing a user policy at the session_manager.
"""
SUITE = "regression"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "login"
TEST_TYPE = "client"
EXPERIMENTAL = "True"
DOC = """
This test stores a user policy at the session_manager over dbus, and verifies
that the user policy key was stored at the expected location and is readable
by chronos.
"""
job.run_test('login_UserPolicyKeys')