Home
last modified time | relevance | path

Searched refs:vpdtool (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-test-automation/openpower/vpd/
H A Dtest_vpd_tool.robot2 Documentation This suite tests System Vital Product Data (VPD) using vpdtool.
24 [Documentation] Verify the system VPD details via vpdtool output.
35 [Documentation] Verify details of all VPD component via vpdtool.
46 [Documentation] Verify reading VPD field value via vpdtool.
63 [Documentation] Verify writing VPD field value via vpdtool.
78 [Documentation] Verify reading VPD details of given component via vpdtool.
116 # Check whether the vpdtool response and busctl response matching.
159 [Documentation] Verify writing VPD fields for given component via vpdtool.
191 [Documentation] Verify VPD field value via vpdtool.
212 [Documentation] Get VPD details of given component via vpdtool and verify it
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dvpd_utils.py13 def vpdtool(option_string, **bsu_options): function