1 # Copyright (c) 2010 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 = "kdlucas (a] chromium.org (Kelly Lucas)" 6 DOC = "Verifies that the wireless interface has an IP address." 7 PURPOSE = "Ensure the Wlan device obtains an IP address." 8 CRITERIA = "Fails if wlan0 does not have an assigned IP address." 9 NAME = "network_WlanHasIP" 10 TIME = "SHORT" 11 TEST_CATEGORY = "Functional" 12 TEST_CLASS = "network" 13 TEST_TYPE = "client" 14 15 job.run_test('network_WlanHasIP') 16