1# Copyright (c) 2014 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 = "ChromeOS Team"
6NAME = "network_ChromeWifiTDLS"
7PURPOSE = "Verify that chrome.networkingPrivate recognizes TDLS enable call."
8CRITERIA = """
9  This test will fail if the Shill fails to respond to a TDLS configure call.
10"""
11ATTRIBUTES = "suite:network_ui"
12TIME = "FAST"
13TEST_CATEGORY = "Functional"
14TEST_CLASS = "network"
15TEST_TYPE = "client"
16DOC = """
17  Tests that Shill responds to a Device.PerformTDLSOperation call via the
18  networikingPrivate API. It does not assume that configuration will actually
19  succeed (since that will depend on the environment), just that the call itself
20  succeeds and the callback is invoked.
21"""
22
23job.run_test('network_ChromeWifiTDLS')
24