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 5NAME = "platform_AesThroughput" 6AUTHOR = "The Chromium OS Authors" 7PURPOSE = "Benchmark processor performance using OpenSSL using AES options." 8CRITERIA = """ 9This test is a benchmark. 10 11This test will fail if the output of openssl cannot be parsed. 12""" 13ATTRIBUTES = "suite:hwqual, suite:kernel_per-build_benchmarks" 14SUITE = "kernel_per-build_benchmarks, hwqual" 15TIME = "MEDIUM" 16TEST_CATEGORY = "Performance" 17TEST_CLASS = "platform" 18TEST_TYPE = "client" 19 20DOC = """ 21This test uses the openssl program with AES options. 22""" 23job.run_test('platform_AesThroughput') 24