Home | History | Annotate | Download | only in network_NegotiatedLANSpeed
      1 AUTHOR = "Chrome OS Team"
      2 NAME = "network_NegotiatedLANSpeed"
      3 PURPOSE = "Ensure wired network interface is running at least 1Gbps."
      4 CRITERIA = "Fails if wired network speed is less than 1Gbps."
      5 TIME = "SHORT"
      6 TEST_CATEGORY = "Functional"
      7 TEST_CLASS = "Network"
      8 TEST_TYPE = "client"
      9 
     10 DOC = """
     11 This test checks whether a wired network interface is running at 1000Mbps
     12 """
     13 
     14 job.run_test('network_NegotiatedLANSpeed', iface_name = 'eth0', tag = 'eth0')
     15