Linaro / lite-lava-docker-compose

LITE Team LAVA docker dispatcher
MIT License
5 stars 10 forks source link

devices/qemu-01.jinja2: Don't set netdevice='tap' by default. #85

Closed pfalcon closed 4 years ago

pfalcon commented 4 years ago

This setting was made forward-looking to be able to use qemu for networking testing. But we don't really use it for that, because much more configuration would be need for that (and we didn't look into it yet). But now, the 'tap' setting interferes with using qemu-from-docker (it complains of missing /dev/net/tun), so disable it for now, but keep around for when we'll look into it again.

Corresponds to production LAVA change https://review.linaro.org/c/lava/lava-lab/+/35694

Signed-off-by: Paul Sokolovsky paul.sokolovsky@linaro.org