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_8021xWiredAuthentication" 7PURPOSE = "Verify shill correctly authenticates to an 802.1x wired network" 8CRITERIA = """ 9This test fails if the DUT cannot authenticate to a hostapd instance 10running 802.1x authentication on a virtual Ethernet interface. 11""" 12TIME = "SHORT" 13TEST_CATEGORY = "Functional" 14TEST_CLASS = "network" 15TEST_TYPE = "client" 16 17DOC = """ 18 Tests that we can complete EAP negotiation on an Ethernet interface. 19 20""" 21 22job.run_test('network_8021xWiredAuthentication') 23