15 lines
450 B
Plaintext
15 lines
450 B
Plaintext
AUTHOR = "Chrome OS Team"
|
|
NAME = "network_NegotiatedLANSpeed"
|
|
PURPOSE = "Ensure wired network interface is running at least 1Gbps."
|
|
CRITERIA = "Fails if wired network speed is less than 1Gbps."
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Functional"
|
|
TEST_CLASS = "Network"
|
|
TEST_TYPE = "client"
|
|
|
|
DOC = """
|
|
This test checks whether a wired network interface is running at 1000Mbps
|
|
"""
|
|
|
|
job.run_test('network_NegotiatedLANSpeed', iface_name = 'eth0', tag = 'eth0')
|