• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2012 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_WiFiCaps"
7PURPOSE = 'Verify that WiFi devices have the required capabilities.'
8CRITERIA = """
9If the following requirements are not present the test case will fail:
10  - station mode
11  - 2.4GHz band
12  - 5 GHz band
13  - 802.11n
14  - HT40
15  - Short GI in HT40
16"""
17ATTRIBUTES = "suite:network_nightly"
18TIME = "SHORT"
19TEST_CATEGORY = "Functional"
20TEST_CLASS = "network"
21TEST_TYPE = "client"
22
23DOC = """
24The test uses the iw tool to query device capabilities.
25"""
26
27job.run_test('network_WiFiCaps')
28