You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
700 B
28 lines
700 B
# Copyright (c) 2012 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 = "network_WiFiCaps"
|
|
PURPOSE = 'Verify that WiFi devices have the required capabilities.'
|
|
CRITERIA = """
|
|
If the following requirements are not present the test case will fail:
|
|
- station mode
|
|
- 2.4GHz band
|
|
- 5 GHz band
|
|
- 802.11n
|
|
- HT40
|
|
- Short GI in HT40
|
|
"""
|
|
ATTRIBUTES = "suite:network_nightly"
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Functional"
|
|
TEST_CLASS = "network"
|
|
TEST_TYPE = "client"
|
|
|
|
DOC = """
|
|
The test uses the iw tool to query device capabilities.
|
|
"""
|
|
|
|
job.run_test('network_WiFiCaps')
|