diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-10-11 09:50:49 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-10-15 16:48:28 +0200 |
commit | 296bc5fbc5d08ed91771a39f47f02ae90164aa6b (patch) | |
tree | 944ec198593f023caf93cb783335559d63345222 /README.md | |
parent | 24fb00544ba3191216876112d3bad8a742812ed6 (diff) |
Permit to give board to user
By default LAVA give owning of boards to admin, this patch permit to
give board to a specific user.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -263,6 +263,7 @@ boards: tags: (optional) List of tag to set on this device - tag1 - tag2 + user: (optional) Name of user owning the board (LAVA default is admin) # One of uart or connection_command must be choosen uart: idvendor: The VID of the UART (Formated as 0xXXXX) |