diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-07-02 11:22:51 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-08-26 14:36:50 +0200 |
commit | 12aa09489580123698d1f791b01daf8371fa0228 (patch) | |
tree | 08299f38b21654b6c3ae6f30089b6e12f8b5fac5 /README.md | |
parent | 63da4cb3d258222ff1b11052951c7e5d7ca8e02c (diff) |
Add support for device-type alias
This patch adds support for the device-type aliases.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -299,6 +299,9 @@ boards: tags: (optional) List of tag to set on this device - tag1 - tag2 + aliases: (optional) List of aliases to set on the DEVICE TYPE. + - alias1 + - alias2 user: (optional) Name of user owning the board (LAVA default is admin) user is exclusive with group group: (optional) Name of group owning the board (no LAVA default) group is exclusive with user # One of uart or connection_command must be choosen |