xref: /openbmc/openbmc-test-automation/data/vpd_variables.py (revision 62b0c90e54c41276e2d41aff217f93c91d9df4a7)
1#!/usr/bin/env python3
2
3r"""
4Contains VPD related constants.
5"""
6
7VPD_DETAILS = {
8    "/system/chassis/motherboard": {
9        "type": "xyz.openbmc_project.Inventory.Item.Board.Motherboard"
10    }
11}
12