| # Copyright (c) 2013 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 = 'wiley, pstew, quiche' |
| NAME = 'network_WiFiInvalidParameters' |
| PURPOSE = 'Verify shill returns correct errors for invalid WiFi configurations' |
| ATTRIBUTES = "suite:bvt-cq, subsystem:network" |
| TIME = 'SHORT' |
| TEST_TYPE = 'client' |
| JOB_RETRIES = 2 |
| |
| DOC = """ |
| Configures WiFi services with invalid parameters and expects certain types of |
| errors to come back from shill. |
| |
| This test fails if shill doesn't return the expected DBus exceptions when |
| asked to configure networks with invalid settings, like SSIDs/passphrases |
| that are too long or short. |
| |
| """ |
| |
| job.run_test('network_WiFiInvalidParameters') |