From 1d49df91b818b22f0ed41cfcd83f81222159609d Mon Sep 17 00:00:00 2001 From: chrislovecnm Date: Sun, 29 May 2016 14:36:40 -0600 Subject: [PATCH] cleaning up comments --- .../vsphere/resource_vsphere_virtual_machine_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/builtin/providers/vsphere/resource_vsphere_virtual_machine_test.go b/builtin/providers/vsphere/resource_vsphere_virtual_machine_test.go index b9fbf95cc158..73073bb7b0c8 100644 --- a/builtin/providers/vsphere/resource_vsphere_virtual_machine_test.go +++ b/builtin/providers/vsphere/resource_vsphere_virtual_machine_test.go @@ -124,7 +124,7 @@ func (body TestDHCPBodyData) testSprintfDHCPTemplateBodySecondArgDynamic(templat ) } -// returns variables that are used in most tests +// returns variables that are used in DHCP tests func setupTemplateFuncDHCPData() TestDHCPBodyData { locationOpt, datastoreOpt := setupBaseVars() @@ -422,7 +422,7 @@ func TestAccVSphereVirtualMachine_custom_configs(t *testing.T) { test_exists, test_name, test_cpu, test_mem, test_num_disk, test_num_of_nic, test_nic_label := TestFuncData{vm: vm, label: data.label, vmName: vmName, vmResource: res}.testCheckFuncBasic() - log.Printf("[DEBUG] template= %s", testAccCheckVSphereVirtualMachineConfig_custom_configs + testAccCheckVSphereTemplate_dhcp) + log.Printf("[DEBUG] template= %s", testAccCheckVSphereVirtualMachineConfig_custom_configs+testAccCheckVSphereTemplate_dhcp) log.Printf("[DEBUG] config= %s", config) resource.Test(t, resource.TestCase{ @@ -493,7 +493,6 @@ resource "vsphere_virtual_machine" "with_folder" { folder = "${vsphere_folder.with_folder.path}" ` -// FIXME not working yet func TestAccVSphereVirtualMachine_createWithFolder(t *testing.T) { var vm virtualMachine var folderLocationOpt string