unplugged-system/external/autotest/client/site_tests/platform_InputVolume/control

22 lines
664 B
Plaintext
Raw Normal View History

# Lint as: python2, python3
# Copyright 2016 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 = "rjahagir"
NAME = "platform_InputVolume"
PURPOSE = """Verify that functional keys F8, F9, F10 can mute, increase, and
decrease volume."""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "platform"
TEST_TYPE = "client"
ATTRIBUTES = "suite:bvt-perbuild"
PY_VERSION = 3
DOC = """
Increase, decrease, and mute the volume using keyboard shortcuts.
The test will fail if the internal speaker volume does not change.
"""
job.run_test("platform_InputVolume")