1# Copyright (c) 2014 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 = 'pstew, quiche, wiley, briannorris' 6NAME = 'network_WlanRegulatory' 7ATTRIBUTES = 'suite:wifi_matfunc' 8TIME = 'SHORT' 9TEST_TYPE = 'client' 10# To be safe, let's avoid setting non-default regulatory domains outside of an 11# RF chamber. 12DEPENDENCIES = 'wificell' 13 14DOC = """ 15Ensure the regulatory database is sane and that we can successfully switch 16domains using the "iw" userspace utility. 17""" 18 19 20job.run_test('network_WlanRegulatory') 21