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 = "pstew@chromium.org" 6NAME = "network_8021xEapDetection" 7PURPOSE = "Verify shill correctly detects EAP requests on a wired interface" 8CRITERIA = """ 9This test fails if the EapAuthenticatorDetected flag is not set on a 10device after EAP traffic is sent to that interface. 11""" 12TIME = "SHORT" 13TEST_CATEGORY = "Functional" 14TEST_CLASS = "network" 15TEST_TYPE = "client" 16 17DOC = """ 18 Tests that we can detect EAP traffic on an interface. 19 20""" 21 22job.run_test('network_8021xEapDetection') 23