| Index: client/site_tests/network_WiFiCaps/control
|
| diff --git a/client/site_tests/network_WiFiCaps/control b/client/site_tests/network_WiFiCaps/control
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..29924e42056987da33c0d398f9c9798a16126c8e
|
| --- /dev/null
|
| +++ b/client/site_tests/network_WiFiCaps/control
|
| @@ -0,0 +1,18 @@
|
| +# Copyright (c) 2009 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 = "ChromeOS Team"
|
| +NAME = "WIFI_CAPS_TEST"
|
| +TIME = "SHORT"
|
| +TEST_CATEGORY = "Functional"
|
| +TEST_CLASS = "General"
|
| +TEST_TYPE = "client"
|
| +
|
| +DOC = """
|
| + Tests that WiFi devices have the required capabilities
|
| +
|
| + The test uses the iw tool to query device capabilities.
|
| +"""
|
| +
|
| +job.run_test('network_WiFiCaps')
|
|
|