mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-09 03:48:05 +00:00
test: set arch for test TestHotplugRemoveMemory
The arch field needs to be set Signed-off-by: Alice Frosi <afrosi@de.ibm.com>
This commit is contained in:
parent
c0551de093
commit
d73f27c612
@ -350,6 +350,7 @@ func TestHotplugRemoveMemory(t *testing.T) {
|
|||||||
qemuConfig := newQemuConfig()
|
qemuConfig := newQemuConfig()
|
||||||
fs := &filesystem{}
|
fs := &filesystem{}
|
||||||
q := &qemu{
|
q := &qemu{
|
||||||
|
arch: &qemuArchBase{},
|
||||||
config: qemuConfig,
|
config: qemuConfig,
|
||||||
storage: fs,
|
storage: fs,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user