Home | History | Annotate | Download | only in login_OobeLocalization
      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 TIME = 'MEDIUM'
     14 TEST_CATEGORY = 'Functional'
     15 TEST_CLASS = 'login'
     16 TEST_TYPE = 'client'
     17 JOB_RETRIES = 2
     18 
     19 DOC = """
     20 This test verifies the locale and keyboard options present at OOBE under
     21 supported region configurations.
     22 """
     23 
     24 job.run_test('login_OobeLocalization')
     25