blob: 53b0b7b9749d5ba376e2c0c2dcf9f3c1a4288471 [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:regression"
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.
The test case shall pass if:
- Only URLs that 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)