Home | History | Annotate | Download | only in network_8021xWiredAuthentication
      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_8021xWiredAuthentication"
      7 PURPOSE = "Verify shill correctly authenticates to an 802.1x wired network"
      8 CRITERIA = """
      9 This test fails if the DUT cannot authenticate to a hostapd instance
     10 running 802.1x authentication on a virtual Ethernet 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 complete EAP negotiation on an Ethernet interface.
     19 
     20 """
     21 
     22 job.run_test('network_8021xWiredAuthentication')
     23