mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-03 05:51:40 -05:00
builder/openstack: remove dead testConfig() function
This commit is contained in:
parent
ada9821897
commit
b68c75ea3e
1 changed files with 0 additions and 12 deletions
|
|
@ -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…
Reference in a new issue