1 # Copyright (c) 2013 The Chromium OS Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 4 5 AUTHOR = "Chrome OS Team" 6 DOC = "Sets a proxy in Chrome and ensures it resolves over DBus" 7 NAME = "network_ProxyResolver" 8 PURPOSE = "Verify Chrome-based proxy resolving works" 9 CRITERIA = "Fails if Chrome returns incorrect or malformed data" 10 TIME = "SHORT" 11 TEST_CATEGORY = "Functional" 12 TEST_CLASS = "network" 13 TEST_TYPE = "client" 14 15 # TODO(wad) cases: OOBE with network configured, 16 # OOBE when set by the user, 17 # OOBE when set by policy 18 job.run_test( 19 'network_ProxyResolver', 20 test_type='test_same_ip_proxy_at_signin_chrome_system_tlsdated', 21 service_name='Ethernet') 22