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