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 5TIME='SHORT' 6AUTHOR = 'The Chromium OS Authors' 7DOC = """ 8Ensures that certificate blacklisting works. 9""" 10NAME = 'security_OpenSSLBlacklist' 11PURPOSE = 'Ensure that certificate blacklisting works.' 12CRITERIA = """ 13Fail if a blacklisted cert verifies or a non-blacklisted cert fails to verify. 14""" 15TEST_CLASS = 'security' 16TEST_CATEGORY = 'Functional' 17TEST_TYPE = 'client' 18JOB_RETRIES = 2 19ATTRIBUTES = "suite:bvt-inline, suite:smoke" 20 21job.run_test('security_OpenSSLBlacklist', opts=args) 22 23