builder/openstack: remove dead testConfig() function

pull/8304/head
Lars Lehtonen 6 years ago
parent ada9821897
commit b68c75ea3e
No known key found for this signature in database
GPG Key ID: 8137D474EBCB04F2

@ -6,18 +6,6 @@ import (
"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) {
var raw interface{}
raw = &Builder{}

Loading…
Cancel
Save