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