blob: d3859f0512b10243fc9b70b9a0a94a23729bc3c4 [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "puthik"
NAME = "power_LW.power_VideoEncode"
TIME = "LONG"
TEST_CATEGORY = "Benchmark"
TEST_CLASS = "power"
TEST_TYPE = "server"
ATTRIBUTES = "suite:power_dashboard"
DOC = """
Control file for running power_VideoEncode in power lab.
"""
from autotest_lib.client.common_lib import utils
args_dict = utils.args_to_dict(args)
test = 'power_VideoEncode'
args = {'pdash_note': args_dict.get('pdash_note', ''), 'seconds_period': 5}
def run(machine):
host = hosts.create_host(machine)
job.run_test("power_LW", host=host, test=test, args=args,
machine=machine, tag=NAME.split('.')[1])
parallel_simple(run, machines)