builder/openstack: remove dead testConfig() function

This commit is contained in:
Lars Lehtonen 2019-10-31 13:36:00 -07:00
parent ada9821897
commit b68c75ea3e
No known key found for this signature in database
GPG Key ID: 8137D474EBCB04F2
1 changed files with 0 additions and 12 deletions

View File

@ -6,18 +6,6 @@ import (
"github.com/hashicorp/packer/packer" "github.com/hashicorp/packer/packer"
) )
func testConfig() map[string]interface{} {
return map[string]interface{}{
"username": "foo",
"password": "bar",
"region": "DFW",
"image_name": "foo",
"source_image": "foo",
"flavor": "foo",
"ssh_username": "root",
}
}
func TestBuilder_ImplementsBuilder(t *testing.T) { func TestBuilder_ImplementsBuilder(t *testing.T) {
var raw interface{} var raw interface{}
raw = &Builder{} raw = &Builder{}