1# Lint as: python2, python3 2# Copyright 2016 The Chromium OS Authors. All rights reserved. 3# Use of this source code is governed by a BSD-style license that can be 4# found in the LICENSE file. 5 6AUTHOR = "rjahagir" 7NAME = "platform_InputVolume" 8PURPOSE = """Verify that functional keys F8, F9, F10 can mute, increase, and 9decrease volume.""" 10TIME = "SHORT" 11TEST_CATEGORY = "Functional" 12TEST_CLASS = "platform" 13TEST_TYPE = "client" 14ATTRIBUTES = "suite:bvt-perbuild" 15PY_VERSION = 3 16 17DOC = """ 18Increase, decrease, and mute the volume using keyboard shortcuts. 19The test will fail if the internal speaker volume does not change. 20""" 21 22job.run_test("platform_InputVolume")