1# Copyright (c) 2012 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 5TIME="SHORT" 6AUTHOR = "The Chromium OS Authors" 7DOC = "Enforces a sane set of available protocol families." 8NAME = "security_ProtocolFamilies" 9PURPOSE = "To ensure no crazy protocol families are available on the system." 10CRITERIA = "Fail if an available protocol family is not in the baseline." 11ATTRIBUTES = "suite:bvt-inline, suite:smoke" 12TEST_CLASS = "security" 13TEST_CATEGORY = "Functional" 14TEST_TYPE = "client" 15JOB_RETRIES = 2 16 17job.run_test("security_ProtocolFamilies") 18