packer-cn/builder/hyperv/common/config_test.go
Taliesin Sisson 1fe4c501e4 Port of https://github.com/pbolduc/packer-hyperv/
Remove steps that are windows specific
2016-12-12 22:44:01 +00:00

12 lines
186 B
Go

package common
import (
"testing"
"github.com/mitchellh/packer/template/interpolate"
)
func testConfigTemplate(t *testing.T) *interpolate.Context {
return &interpolate.Context{}
}