• 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
5# TEST IS DISABLED UNTIL MIGRATED TO PYTHON 3.
6# For instructions on how to: go/tauto-py3-migration
7# To re-enable migrate to Python 3.
8# If the test is not migrated by 1/14/22 it will be deleted.
9
10AUTHOR = "ChromeOS Team"
11NAME = "network_EthCaps"
12PURPOSE = 'Verify that LAN devices have the required capabilities.'
13CRITERIA = """
14See server/site_tests/network_EthCapsServer/control for details
15"""
16TIME = "SHORT"
17TEST_CATEGORY = "Functional"
18TEST_CLASS = "network"
19TEST_TYPE = "client"
20
21DOC = """
22See server/site_tests/network_EthCapsServer/control for details
23"""
24
25job.run_test('network_EthCaps', ethname="eth0")
26