1# Copyright 2019 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 = 'pauletti' 6NAME = 'network_WiFiHECaps.11ax_supported' 7ATTRIBUTES = 'suite:wifi_flaky' 8TIME = 'SHORT' 9TEST_TYPE = 'client' 10 11DOC = """ 12This test checks that a device supports the 802.11ax WiFi standard (i.e., that 13it is capable of receiving and transmitting High Efficiency (HE) PPDUs). 14""" 15 16job.run_test('network_WiFiHECaps', tag=NAME.split('.')[1]) 17