move aws specific acceptance test helper into amazon builder dir
This commit is contained in:
parent
2d04ef9b99
commit
98f5fa453c
|
@ -12,8 +12,6 @@ import (
|
||||||
amazonebsbuilder "github.com/hashicorp/packer/builder/amazon/ebs"
|
amazonebsbuilder "github.com/hashicorp/packer/builder/amazon/ebs"
|
||||||
|
|
||||||
packersdk "github.com/hashicorp/packer/packer-plugin-sdk/packer"
|
packersdk "github.com/hashicorp/packer/packer-plugin-sdk/packer"
|
||||||
|
|
||||||
testshelper "github.com/hashicorp/packer/helper/tests"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type AmazonEBSAccTest struct{}
|
type AmazonEBSAccTest struct{}
|
||||||
|
@ -47,7 +45,7 @@ func (s *AmazonEBSAccTest) GetConfigs() (map[string]string, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *AmazonEBSAccTest) CleanUp() error {
|
func (s *AmazonEBSAccTest) CleanUp() error {
|
||||||
helper := testshelper.AWSHelper{
|
helper := AWSHelper{
|
||||||
Region: "us-east-1",
|
Region: "us-east-1",
|
||||||
AMIName: "packer-acc-test",
|
AMIName: "packer-acc-test",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue