• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2013 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 = 'wiley, pstew, quiche'
6NAME = 'network_WiFiInvalidParameters'
7PURPOSE = 'Verify shill returns correct errors for invalid WiFi configurations'
8ATTRIBUTES = "suite:bvt-cq, subsystem:network"
9TIME = 'SHORT'
10TEST_TYPE = 'client'
11JOB_RETRIES = 2
12
13DOC = """
14  Configures WiFi services with invalid parameters and expects certain types of
15  errors to come back from shill.
16
17  This test fails if shill doesn't return the expected DBus exceptions when
18  asked to configure networks with invalid settings, like SSIDs/passphrases
19  that are too long or short.
20
21"""
22
23job.run_test('network_WiFiInvalidParameters')
24