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" 18SUITE = 'network_nightly' 19TIME = "SHORT" 20TEST_CATEGORY = "Functional" 21TEST_CLASS = "network" 22TEST_TYPE = "client" 23 24DOC = """ 25The test uses the iw tool to query device capabilities. 26""" 27 28job.run_test('network_WiFiCaps') 29