summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2018-10-16 11:20:59 +0200
committerCorentin LABBE <clabbe@baylibre.com>2018-10-17 16:27:02 +0200
commit135f1dca856775d0d365c0c1045a7add8626da01 (patch)
treeacb42f5c455385dcac78d82e7ece15da57622405 /README.md
parent033ceaa64ad89cdedb45f3fc3b6269063402b1bd (diff)
Permit to set a group on boards
This patch permit to add a group on boards
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 07139d7..32f53ed 100644
--- a/README.md
+++ b/README.md
@@ -268,7 +268,8 @@ 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)
+ 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
uart:
idvendor: The VID of the UART (Formated as 0xXXXX)