diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-05-17 10:44:08 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-05-17 12:02:39 +0200 |
commit | c85a22d1d41f7748eeedc7fa23f491c2fa58bad5 (patch) | |
tree | f242d9bef77c559f208000e8d6e7234f93253bdb /README.md | |
parent | 620e8e50b3d71709b28bafb6b5eac7fcea7e6bc5 (diff) |
lavalab-gen.py: Modify how to enable TAP devices
Enabling TAP devices is global to a whole worker.
So having the flag on devices is wrong.
This patchs move the flag "tap" at worker level.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -267,6 +267,7 @@ slaves: default_slave: Does this slave is the default slave where to add boards (default: lab-slave-0) bind_dev: Bind /dev from host to slave. This is needed when using some HID PDU use_nfs: Does the LAVA dispatcher will run NFS jobs + use_tap: Does TAP netdevices could be used arch: The arch of the worker (if not x86_64), only accept arm64 lava-coordinator: Does the slave should ran a lava-coordinator expose_ser2net: Do ser2net ports need to be available on host @@ -289,7 +290,6 @@ boards: type: the LAVA device-type of this device slave: (optional) Name of the slave managing this device. Default to first slave found or default_slave if set. kvm: (For qemu only) Does the qemu could use KVM (default: no) - tap: (For qemu only) Does the qemu could use TAP devices (default: no) uboot_ipaddr: (optional) a static IP to set in uboot uboot_macaddr: (Optional) the MAC address to set in uboot custom_option: (optional) All following strings will be directly append to devicefile |