blob: 9362f2b4d5245a5a763a4ba69ec8d90d85af3d78 [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:bvt-perbuild"
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:
- Only URLs that are in the URLBlacklist policy value are blocked.
- All other URLs are allowed.
The test case shall fail if the above behavior is not enforced.
"""
job.run_test("policy_URLBlacklist", args=args)