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