blob: dfdc5dd1d1407844361581d2139c68eb0651b88d [file] [log] [blame]
# Copyright 2015 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 = "krishnargv"
NAME = "policy_URLBlacklist"
ATTRIBUTES = "suite:regression"
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "enterprise"
TEST_TYPE = "client"
DOC = """
Verify effects of policy_URLBlacklist policy on client behavior.
This test verifies the effect of the URLBlacklist user policy on Chrome OS
client behavior. It exercises a range of policy values using three unique test
cases, named: NotSet_Allowed, SinglePage_Blocked and MultiplePages_Blocked.
See the test file for a full description of what each test case does.
A test case shall pass if the URLs that are not in the URLBlacklist policy
value are allowed. The test case shall also pass if the URLs that are in
the URLBlacklist policy value are blocked. A test case shall fail if the above
behavior is not enforced.
"""
job.run_test("policy_URLBlacklist", args=args)