38b3d725 | 06-Apr-2020 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Test VPD data via busctl command
For running these test, system specific data/vpd_data.py file needs to created in below format with VPD details.
""" VPD_DETAILS = { "/system/chassis/motherboar
Test VPD data via busctl command
For running these test, system specific data/vpd_data.py file needs to created in below format with VPD details.
""" VPD_DETAILS = { "/system/chassis/motherboard": { "DR": "SYSTEM BACKPLANE", "LocationCode": "ABCD.AB1.1234567-P0", "PN": "PN12345", "SN": "YL2E2D010000", }, "/system/chassis/motherboard/base_op_panel_blyth": { "DR": "CEC OP PANEL ", "LocationCode": "ABCD.AB1.1234567-P0", "PN": "PN12345", "SN": "YL6B85010000", }, "/system/chassis/motherboard/ebmc_card_bmc": { "DR": "EBMC ", "LocationCode": "ABCD.AB1.1234567-P0", "PN": "PN12345", "SN": "YL6B58010000", } } """
Change-Id: I240427f4f0975ceaccfdf190eed42750aa113179 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
show more ...
|