blob: 1140c6fa10f679b7f0d5b8684de46f23888b989e [file] [log] [blame]
# Copyright 2016 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 = 'scunningham'
NAME = 'policy_URLWhitelist.notset_blocked'
ATTRIBUTES = 'suite:ent-nightly, suite:policy'
TIME = 'SHORT'
TEST_CATEGORY = 'General'
TEST_CLASS = 'enterprise'
TEST_TYPE = 'client'
DOC = '''
Verify effects of URLWhitelist policy.
This test case verifies the behavior of Chrome OS when URLWhitelist
user policy is not set to any URL pattern.
The test case shall pass iff the browser blocks every test page. It shall fail
if the browser allows any test page.
'''
job.run_test('policy_URLWhitelist', case='NotSet_Blocked')