mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-19 15:24:26 +01:00
runtime: drop qemu-lite support
As the project is not maintained and we have not been testing against it for a long time. Fixes: #2529 Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
@@ -158,7 +158,7 @@ func TestQemuAddDeviceToBridge(t *testing.T) {
|
||||
|
||||
// addDeviceToBridge fails cause q.Bridges == 0
|
||||
q = newQemuArchBase()
|
||||
q.qemuMachine.Type = QemuPCLite
|
||||
q.qemuMachine.Type = QemuQ35
|
||||
q.bridges(0)
|
||||
_, _, err = q.addDeviceToBridge(context.Background(), "qemu-bridge", types.PCI)
|
||||
if assert.Error(err) {
|
||||
|
||||
Reference in New Issue
Block a user