You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2021. It is now read-only.
Currently the qemu platform does not set up networking such that qemu can reach the outside world. This is great for tests, but obnoxious for using kola spawn when debugging. There should be a mechanism for allowing qemu to talk to the outside world.
I think this would be a great addition to --qemu-options, something like an allow_internet_connection field.
The text was updated successfully, but these errors were encountered:
We can get networking relatively easily with qemu. IIRC (someone correct me if I'm wrong) the qemu platform intentionally doesn't have networking to the outside world so qemu tests would not be dependent on things on the internet (which might go down and cause flakes).
I'm not very familiar with libvirt; so I can't really answer your question directly.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the qemu platform does not set up networking such that qemu can reach the outside world. This is great for tests, but obnoxious for using kola spawn when debugging. There should be a mechanism for allowing qemu to talk to the outside world.
I think this would be a great addition to
--qemu-options
, something like anallow_internet_connection
field.The text was updated successfully, but these errors were encountered: