blob: dd88c349b1cd9f8fcda776933e38997d7e80a1a9 [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 = "scunningham"
NAME = "policy_ImagesAllowedForUrls"
ATTRIBUTES = "suite:regression"
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "enterprise"
TEST_TYPE = "client"
DOC = """
Verify effects of ImagesAllowedForUrls policy on client look and feel.
This test verifies the effect of the ImagesAllowedForUrls user policy on
Chrome OS client behavior and appearance when the DefaultImagesSetting policy
is set to 2. It exercises a range of policy values using four unique test
cases, named: NotSet_Blocked, 1Url_Allowed, 2Urls_Blocked, and 3Urls_Allowed.
See the test file for a full description of what each test case does.
In general, a test shall pass if the browser only allows images to be shown
on a test page that is in a domain listed in the ImagesAllowedForUrls policy.
A test shall fail if the browser blocks images on a page where they should be
allowed to be shown, or allows images to be shown on a page where they should
be blocked.
Usage example:
$ test_that <IPAddress> ImagesAllowedForUrls --args="mode=single
case=1Url_Allowed env=dm-test dms_name=xot-dmst username=test@crosprqa1.com
password=test1234"
Runs a single test case (e.g., 1Url_Allowed) against a device with the
specified IP address, using the DM Test environment with the given DM Server
name, and signing in to the device with the given username and password.
"""
job.run_test("policy_ImagesAllowedForUrls", args=args)