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