diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-09-18 11:26:43 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-09-19 11:49:47 +0200 |
commit | d731046b2d8e0168a67b3f59c4706007488a4390 (patch) | |
tree | e9debc69adef311c4b896334877ef9ae56f171a2 /README.md | |
parent | b62cce369977403b2b2fa5e6d7c0af9d71058364 (diff) |
Permit to not export TFTP port
When doing a qemu-only slave, there are no need of TFTP.
This patch adds a use_tftp option.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -267,6 +267,7 @@ slaves: remote_proto: http(default) or https 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_tftp: Does LAVA need a TFTP server (default True) 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 |