| # Copyright 2014 The ChromiumOS Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # Tests different region configurations at OOBE. |
| # |
| # This test verifies the locale and keyboard options present at OOBE under |
| # supported region configurations. |
| |
| NAME = "login_OobeLocalization" |
| METADATA = { |
| "contacts": ["cros-oobe@google.com", "bohdanty@google.com"], |
| "bug_component": "b:1263090", # ChromeOS > Software > OOBE |
| "criteria": "Fails if the language or keyboard dropdowns in OOBE under a supported region configuration do not include the desired values.", |
| "hw_agnostic": True |
| } |
| # TODO(b/316565576): Fix and return back after changes for OOBE's IM handling will be landed. |
| ATTRIBUTES = "" |
| TEST_TYPE = 'client' |
| JOB_RETRIES = 2 |
| |
| job.run_test('login_OobeLocalization') |