diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-01-07 16:45:33 +0100 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-01-08 14:34:08 +0100 |
commit | 2b5da0fc18215febc4d982ed298e9be4485a7789 (patch) | |
tree | a6315602e4900742cb88ce5a20287c403658241b /README.md | |
parent | 866fbb4ed9f7bcc86900ab48f400a29d59013fa9 (diff) |
lavalab-gen.py: Permit qemu to use TAP devices
For full networking capacity, qemu need to access TAP devices.
This patch adds the choice of use it via the tap keyword.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -271,6 +271,7 @@ 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 |