From 4760b0d2372ca68275296e86aa6cfc1f731cd543 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Mon, 30 Sep 2019 14:46:51 +0200 Subject: lavalab-gen: Permit to have tags per slave This patchs permits to have tags per slave. All tags set on a slave will be added to each of its devices. --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6776c84..e74302a 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,9 @@ slaves: env: - line1 A list of line to set as environment (See /etc/lava-server/env.yaml for examples) - line2 + tags: (optional) List of tag to set on all devices attached to this slave + - tag1 + - tag2 devices: A list of devices which need UDEV rules - name: The name of the device vendorid: The VID of the UART (Formated as 0xXXXX) -- cgit 1.2.3-korg