blob: 157565d604d3a1cd233ee6df8b154328a64ee1ab [file] [log] [blame]
# Copyright (c) 2010 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.
# TEST SOON TO BE DISABLED UNTIL MIGRATED TO PYTHON 3.
# For instructions on how to: go/tauto-py3-migration
# To re-enable migrate to Python 3.
# If the test is not migrated by 1/14/22 it will be deleted.
AUTHOR = "Chromium OS Team"
NAME = "desktopui_SpeechSynthesisSemiAuto"
PURPOSE = "Verify that text strings are synthesized correctly."
CRITERIA = """
This test fails if the text string is not heard correctly by a tester.
"""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "desktopui"
TEST_TYPE = "client"
DOC = """
This tests that a specified text string is correctly synthesized.
Please confirm manually that the text "Welcome to Chromium O S" is heard.
"""
job.run_test('desktopui_SpeechSynthesisSemiAuto')