• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5AUTHOR = "Chrome OS Team"
6DOC = "Sets a proxy in Chrome and ensures it resolves over DBus"
7NAME = "network_ProxyResolver"
8PURPOSE = "Verify Chrome-based proxy resolving works"
9CRITERIA = "Fails if Chrome returns incorrect or malformed data"
10TIME = "SHORT"
11TEST_CATEGORY = "Functional"
12TEST_CLASS = "network"
13TEST_TYPE = "client"
14
15# TODO(wad) cases: OOBE with network configured,
16#                  OOBE when set by the user,
17#                  OOBE when set by policy
18job.run_test(
19  'network_ProxyResolver',
20  test_type='test_same_ip_proxy_at_signin_chrome_system_tlsdated',
21  service_name='Ethernet')
22