builder/vmware/common: remove unused testHWConfig()
This commit is contained in:
parent
6eefe55e23
commit
9924d16fc3
|
@ -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…
Reference in New Issue