Skip to content

Commit

Permalink
cleaning up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislovecnm committed May 29, 2016
1 parent 9eeab8c commit 1ab92b9
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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{
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1ab92b9

Please sign in to comment.