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 local patches aren't dropped. 9""" 10NAME = 'security_OpenSSLRegressions' 11PURPOSE = 'Ensure that local patches aren\'t dropped.' 12CRITERIA = """ 13Tests that local patches are not dropped when updating. See the source for which 14patches. 15""" 16TEST_CLASS = 'security' 17TEST_CATEGORY = 'Functional' 18TEST_TYPE = 'client' 19JOB_RETRIES = 2 20ATTRIBUTES = "suite:bvt-inline, suite:smoke" 21 22job.run_test('security_OpenSSLRegressions', opts=args) 23 24