Lines Matching full:uuid
21 import uuid
31 CHS_INTF_NAME = "xyz.openbmc_project.Common.UUID"
93 # Get inventory UUID value.
98 # to objects that implement UUID.
101 # Only expecting a single object to implement UUID.
108 # UUID. Get the service connection
112 # Get the inventory object implementing UUID.
115 # Get the uuid
148 # Set sys uuid, this reboots the BMC for the value to take effect
149 def set_sys_uuid(uuid): argument
150 rc = subprocess.call(["fw_setenv", "uuid", uuid])
152 print("Rebooting BMC to set uuid")
157 print("Error setting uuid")
182 elif sync_type == "uuid":
185 inv_uuid = uuid.UUID(inv_uuid)