Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
test: set arch for test TestHotplugRemoveMemory
Browse files Browse the repository at this point in the history
The arch field needs to be set

Signed-off-by: Alice Frosi <[email protected]>
  • Loading branch information
Alice Frosi committed Nov 19, 2018
1 parent c0551de commit d73f27c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virtcontainers/qemu_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ func TestHotplugRemoveMemory(t *testing.T) {
qemuConfig := newQemuConfig()
fs := &filesystem{}
q := &qemu{
arch: &qemuArchBase{},
config: qemuConfig,
storage: fs,
}
Expand Down

0 comments on commit d73f27c

Please sign in to comment.