mirror of https://github.com/hashicorp/packer
parent
cbe6e83b60
commit
4bb16ac223
@ -1,15 +1,11 @@
|
||||
package common
|
||||
|
||||
import (
|
||||
"github.com/mitchellh/packer/packer"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func testConfigTemplate(t *testing.T) *packer.ConfigTemplate {
|
||||
result, err := packer.NewConfigTemplate()
|
||||
if err != nil {
|
||||
t.Fatalf("err: %s", err)
|
||||
}
|
||||
"github.com/mitchellh/packer/template/interpolate"
|
||||
)
|
||||
|
||||
return result
|
||||
func testConfigTemplate(t *testing.T) *interpolate.Context {
|
||||
return &interpolate.Context{}
|
||||
}
|
||||
|
||||
@ -1,15 +1,11 @@
|
||||
package common
|
||||
|
||||
import (
|
||||
"github.com/mitchellh/packer/packer"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func testConfigTemplate(t *testing.T) *packer.ConfigTemplate {
|
||||
result, err := packer.NewConfigTemplate()
|
||||
if err != nil {
|
||||
t.Fatalf("err: %s", err)
|
||||
}
|
||||
"github.com/mitchellh/packer/template/interpolate"
|
||||
)
|
||||
|
||||
return result
|
||||
func testConfigTemplate(t *testing.T) *interpolate.Context {
|
||||
return &interpolate.Context{}
|
||||
}
|
||||
|
||||
@ -1,15 +1,11 @@
|
||||
package common
|
||||
|
||||
import (
|
||||
"github.com/mitchellh/packer/packer"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func testConfigTemplate(t *testing.T) *packer.ConfigTemplate {
|
||||
result, err := packer.NewConfigTemplate()
|
||||
if err != nil {
|
||||
t.Fatalf("err: %s", err)
|
||||
}
|
||||
"github.com/mitchellh/packer/template/interpolate"
|
||||
)
|
||||
|
||||
return result
|
||||
func testConfigTemplate(t *testing.T) *interpolate.Context {
|
||||
return &interpolate.Context{}
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue