• 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 = 'rsorokin, 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:bvt-perbuild"
13TIME = 'LENGTHY'
14TEST_CATEGORY = 'Functional'
15TEST_CLASS = 'login'
16TEST_TYPE = 'client'
17JOB_RETRIES = 2
18PY_VERSION = 3
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