1# Copyright (c) 2010 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# TEST SOON TO BE DISABLED UNTIL MIGRATED TO PYTHON 3. 6# For instructions on how to: go/tauto-py3-migration 7# To re-enable migrate to Python 3. 8# If the test is not migrated by 1/14/22 it will be deleted. 9 10AUTHOR = "Chromium OS Team" 11NAME = "desktopui_SpeechSynthesisSemiAuto" 12PURPOSE = "Verify that text strings are synthesized correctly." 13CRITERIA = """ 14This test fails if the text string is not heard correctly by a tester. 15""" 16TIME = "SHORT" 17TEST_CATEGORY = "Functional" 18TEST_CLASS = "desktopui" 19TEST_TYPE = "client" 20 21DOC = """ 22This tests that a specified text string is correctly synthesized. 23Please confirm manually that the text "Welcome to Chromium O S" is heard. 24""" 25 26job.run_test('desktopui_SpeechSynthesisSemiAuto') 27