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:
Alice Frosi 2018-11-19 09:52:48 +00:00
parent c0551de093
commit d73f27c612

View File

@ -350,6 +350,7 @@ func TestHotplugRemoveMemory(t *testing.T) {
qemuConfig := newQemuConfig()
fs := &filesystem{}
q := &qemu{
arch: &qemuArchBase{},
config: qemuConfig,
storage: fs,
}