1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-02-23 04:57:50 +00:00

docs/target: Add new Target attributes

This commit is contained in:
Marc Bonnici 2021-04-07 18:17:42 +01:00 committed by setrofim
parent 82a2f7d8b6
commit 1f41853341

View File

@ -125,6 +125,14 @@ Target
This is a dict that contains a mapping of OS version elements to their This is a dict that contains a mapping of OS version elements to their
values. This mapping is OS-specific. values. This mapping is OS-specific.
.. attribute:: Target.hostname
A string containing the hostname of the target.
.. attribute:: Target.hostid
A numerical id used to represent the identity of the target.
.. attribute:: Target.system_id .. attribute:: Target.system_id
A unique identifier for the system running on the target. This identifier is A unique identifier for the system running on the target. This identifier is