move aws specific acceptance test helper into amazon builder dir

This commit is contained in:
Megan Marsh 2020-12-03 11:34:45 -08:00
parent 2d04ef9b99
commit 98f5fa453c
2 changed files with 1 additions and 3 deletions

View File

@ -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",
} }