This commit is contained in:
Matthew Hooker 2018-10-26 21:59:26 -07:00
parent f322397413
commit c697c9d3de
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
2 changed files with 1 additions and 9 deletions

View File

@ -7,14 +7,6 @@ import (
)
func TestPVConfigEntry(t *testing.T) {
/*
IL_DEFAULT ENTRY expected
0 nil 0
0 1 1
1 nil 5
1 1 1
*/
entry := 1
var entryTests = []struct {
imageList string

View File

@ -291,7 +291,7 @@ setting.
"persistent_volume_size": 15,
"image_name": "Packer_Builder_Test_{{timestamp}}",
"dest_image_list": "Packer_Builder_Test_List"
"ssh_username":"opc",
"ssh_username": "opc",
"shape": "oc3"
}
],