blob: d7eae1656ad893d6646de63f83eeadc0f9946bbe [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_URLWhitelist"
ATTRIBUTES = "suite:bvt-perbuild"
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "enterprise"
TEST_TYPE = "client"
DOC = """
Verify effects of policy_URLWhitelist policy on client behavior.
This test verifies the effect of the URLWhitelist user policy on Chrome OS
client behavior. It exercises a range of policy values using three unique test
cases, named: NotSet_Blocked, SinglePage_Allowed and MultiplePages_Allowed.
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 URLWhitelist policy value are allowed.
- All other URLs are blocked.
The test case shall fail if the above behavior is not enforced.
"""
job.run_test("policy_URLWhitelist", args=args)