cleanup
This commit is contained in:
parent
f322397413
commit
c697c9d3de
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue