mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-04 11:06:21 +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()
|
||||
fs := &filesystem{}
|
||||
q := &qemu{
|
||||
arch: &qemuArchBase{},
|
||||
config: qemuConfig,
|
||||
storage: fs,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user