Skip to content

Commit

Permalink
r/storage_drs_vm_override: Update override test to use automatic SDRS
Browse files Browse the repository at this point in the history
We changed the default automation level to manual, so fixing this test
so that it has meaning still.
  • Loading branch information
vancluever committed Apr 4, 2018
1 parent 15106ac commit bb1200b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsphere/resource_vsphere_storage_drs_vm_override_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ resource "vsphere_virtual_machine" "vm" {
resource "vsphere_storage_drs_vm_override" "drs_vm_override" {
datastore_cluster_id = "${vsphere_datastore_cluster.datastore_cluster.id}"
virtual_machine_id = "${vsphere_virtual_machine.vm.id}"
sdrs_automation_level = "manual"
sdrs_automation_level = "automated"
sdrs_intra_vm_affinity = false
}
`,
Expand Down

0 comments on commit bb1200b

Please sign in to comment.