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