1# Copyright (c) 2013 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 = "Chrome OS Team" 6NAME = "kernel_ProtocolCheck" 7PURPOSE = "Check if the kernel supports the required network protocols." 8CRITERIA = "Fails if any of the required protocols are not available." 9ATTRIBUTES = "suite:bvt-cq" 10SUITE = "bvt-cq" 11TIME = "SHORT" 12TEST_CATEGORY = "Functional" 13TEST_CLASS = "kernel" 14TEST_TYPE = "client" 15JOB_RETRIES = 2 16 17DOC = """ 18Determines the protocols supported by a kernel by inspecting 19/proc/net/protocols. 20""" 21 22job.run_test('kernel_ProtocolCheck') 23