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