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