• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2014 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
5AUTHOR = "kathrelkeld"
6NAME = "accessibility_ChromeVoxSound"
7PURPOSE = "Enable ChromeVox and check for sound."
8CRITERIA = """
9This test will fail if ChromeVox is not running or produces insufficient sound.
10"""
11TIME = "SHORT"
12TEST_CATEGORY = "Functional"
13TEST_CLASS = "accessibility"
14TEST_TYPE = "client"
15DEPENDENCIES = 'audio_loopback_dongle'
16
17DOC = """
18Uses audio loopback to record snippets of audio, checking whether there was any
19actual sound.  Test performs actions such as enabling Chromevox, navigating to
20a page, and opening a new tab - checking for audio after each.
21"""
22
23job.run_test('accessibility_ChromeVoxSound')
24