blob: f30ed91ca4a6015ad2d43a3b8ccfb7152bed56ae [file] [log] [blame]
# Copyright 2018 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 = 'timkovich'
NAME = 'policy_URLBlacklist.wildcard_blocked'
ATTRIBUTES = 'suite:ent-nightly, suite:policy'
TIME = 'SHORT'
TEST_CATEGORY = 'General'
TEST_CLASS = 'enterprise'
TEST_TYPE = 'client'
DOC = '''
Verify effects of URLBlacklist policy.
This test case verifies the behavior of Chrome OS when URLBlacklist
user policy is set to '*', and URLWhitelist is set to 'chrome://*'.
'*' should block all sites, with the exception of URLs beginning with
'chrome://'.
'''
job.run_test('policy_URLBlacklist', case='Wildcard_Blocked')