blob: 37128d196a57e5f9b76d2d19b947fd0f9f968bd6 [file] [log] [blame]
#!/usr/bin/env python
#
# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# This is a required test to check all VPD related information.
"""Collection of valid VPD values for ChromeOS."""
import factory_common # pylint: disable=unused-import
from cros.factory.test.l10n import regions
REGION_CODES = set(regions.REGIONS.iterkeys())
KNOWN_VPD_FIELD_DATA = {
'region': REGION_CODES,
}