1# Copyright 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 = 'michaelpg, alemate' 6NAME = 'login_OobeLocalization' 7PURPOSE = 'Tests different region configurations at OOBE.' 8CRITERIA = """ 9Fails if the language or keyboard dropdowns in OOBE under a supported region 10configuration do not include the desired values. 11""" 12ATTRIBUTES = "suite:experimental" 13TIME = 'MEDIUM' 14TEST_CATEGORY = 'Functional' 15TEST_CLASS = 'login' 16TEST_TYPE = 'client' 17JOB_RETRIES = 2 18 19DOC = """ 20This test verifies the locale and keyboard options present at OOBE under 21supported region configurations. 22""" 23 24job.run_test('login_OobeLocalization') 25