blob: 5deac69c6d1d9077799ab474c6ba525f71d4099d [file] [log] [blame]
AUTHOR = "ChromeOS Team"
NAME = "network_WifiAuthenticationTests"
PURPOSE = "Verify connection to routers that require authentication credentials"
CRITERIA = """
Fails if any of the following conditions occur:
- Fails to connect to a router
- is not granted the correct IP address
"""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "network"
TEST_TYPE = "client"
DOC = """
Tests that we can connect to the routers specified in router-test.dat
The test attempts to connect to each router using the given password,
once a connection is established we will verify that the IP returned
by ifconfig matches an ip range specifed in the same config file.
"""
job.run_test('network_WifiAuthenticationTests')