diff --git a/builder/oracle/classic/pv_config_test.go b/builder/oracle/classic/pv_config_test.go index 74ea651c9..c99bb30b4 100644 --- a/builder/oracle/classic/pv_config_test.go +++ b/builder/oracle/classic/pv_config_test.go @@ -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 diff --git a/website/source/docs/builders/oracle-classic.html.md b/website/source/docs/builders/oracle-classic.html.md index 93e30161e..d1b3ab405 100644 --- a/website/source/docs/builders/oracle-classic.html.md +++ b/website/source/docs/builders/oracle-classic.html.md @@ -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" } ],