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