• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2011 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 = "ChromeOS Team"
6NAME = "network_EthCaps"
7PURPOSE = 'Verify that LAN devices have the required capabilities.'
8CRITERIA = """
9See server/site_tests/network_EthCapsServer/control for details
10"""
11TIME = "SHORT"
12TEST_CATEGORY = "Functional"
13TEST_CLASS = "network"
14TEST_TYPE = "client"
15
16DOC = """
17See server/site_tests/network_EthCapsServer/control for details
18"""
19
20job.run_test('network_EthCaps', ethname="eth0")
21