blob: db35919a67b6e2c9dea3bc3923a608a983679446 [file] [log] [blame]
# Copyright (c) 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# These constants are used by the chaos_runner to raise TestError based on
# failure
AP_CONFIG_FAIL = 'AP configuration failed'
AP_SECURITY_MISMATCH = 'AP security mismatch'
AP_SSID_NOTFOUND = 'SSID was not found'