builder/vmware/common: remove unused testHWConfig()

pull/8309/head
Lars Lehtonen 7 years ago
parent 6eefe55e23
commit 9924d16fc3
No known key found for this signature in database
GPG Key ID: 8137D474EBCB04F2

@ -7,17 +7,6 @@ import (
"github.com/hashicorp/packer/template/interpolate"
)
func testHWConfig() *HWConfig {
return &HWConfig{
CpuCount: 1,
CoreCount: 1,
MemorySize: 512,
Sound: true,
USB: true,
}
}
func TestHWConfigPrepare(t *testing.T) {
c := new(HWConfig)

Loading…
Cancel
Save