blob: a0e0d43ea9f3c57ab4e1eb6f9ebbd96773232bd9 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "Chrome OS Team"
NAME = "kernel_ProtocolCheck"
PURPOSE = "Check if the kernel supports the required network protocols."
CRITERIA = "Fails if any of the required protocols are not available."
SUITE = "bvt, kaen_bvt"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "kernel"
TEST_TYPE = "client"
DOC = """
Determines the protocols supported by a kernel by inspecting
/proc/net/protocols.
"""
job.run_test('kernel_ProtocolCheck')