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 5 AUTHOR = "ChromeOS Team" 6 NAME = "network_WiFiCaps" 7 PURPOSE = 'Verify that WiFi devices have the required capabilities.' 8 CRITERIA = """ 9 If 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 """ 17 ATTRIBUTES = "suite:network_nightly" 18 TIME = "SHORT" 19 TEST_CATEGORY = "Functional" 20 TEST_CLASS = "network" 21 TEST_TYPE = "client" 22 23 DOC = """ 24 The test uses the iw tool to query device capabilities. 25 """ 26 27 job.run_test('network_WiFiCaps') 28