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
Tests currently consist simply of launching VMs using crun-vm and checking whether certain configurations work properly by inspecting the guest. This makes it difficult to test features like block device pass-through or PCI device assignment, which depend on the host environment and may require privileges.
We should run tests inside a VM instead, using crun-vm itself to launch that outer VM. Tests would then effectively launch nested VMs. This would allow us to have a well-defined test environment and would preclude the need for elevated privileges to run the tests.
The text was updated successfully, but these errors were encountered:
Tests currently consist simply of launching VMs using crun-vm and checking whether certain configurations work properly by inspecting the guest. This makes it difficult to test features like block device pass-through or PCI device assignment, which depend on the host environment and may require privileges.
We should run tests inside a VM instead, using crun-vm itself to launch that outer VM. Tests would then effectively launch nested VMs. This would allow us to have a well-defined test environment and would preclude the need for elevated privileges to run the tests.
The text was updated successfully, but these errors were encountered: