# 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" 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, 1Url, 2Urls, and 3Urls. 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 ImagesBlockedForUrls 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 ImageAllowedForUrls --args="mode=single case=1Url env=dm-test dms_name=xot-dmst username=test@crosprqa1.com password=test1234" Runs a single test case (e.g., 1Url) 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)