22 lines
773 B
Plaintext
Executable File
22 lines
773 B
Plaintext
Executable File
# Copyright (c) 2013 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 = "Chrome OS Team"
|
|
DOC = "Sets a proxy in Chrome and ensures it resolves over DBus"
|
|
NAME = "network_ProxyResolver"
|
|
PURPOSE = "Verify Chrome-based proxy resolving works"
|
|
CRITERIA = "Fails if Chrome returns incorrect or malformed data"
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Functional"
|
|
TEST_CLASS = "network"
|
|
TEST_TYPE = "client"
|
|
|
|
# TODO(wad) cases: OOBE with network configured,
|
|
# OOBE when set by the user,
|
|
# OOBE when set by policy
|
|
job.run_test(
|
|
'network_ProxyResolver',
|
|
test_type='test_same_ip_proxy_at_signin_chrome_system_tlsdated',
|
|
service_name='Ethernet')
|