Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Changes to make acceptance tests run with v0.12 changes (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek authored Jul 16, 2019
1 parent c37fffe commit cdcc923
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions vra7/resource_vra7_deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ deployment_configuration = {
deployment_property = "updated custom deployment property"
}
resource_configuration = {
vSphereVM1.cpu = 1
vSphereVM1.memory = 1024
vSphereVM1.machine_property = "updated machine custom property"
"vSphereVM1.cpu" = 1
"vSphereVM1.memory" = 1024
"vSphereVM1.machine_property" = "updated machine custom property"
}
wait_timeout = 20
businessgroup_name = "Development"
Expand All @@ -256,9 +256,9 @@ deployment_configuration = {
deployment_property = "custom deployment property"
}
resource_configuration = {
vSphereVM1.cpu = 1
vSphereVM1.memory = 2048
vSphereVM1.machine_property = "machine custom property"
"vSphereVM1.cpu" = 1
"vSphereVM1.memory" = 2048
"vSphereVM1.machine_property" = "machine custom property"
}
wait_timeout = 20
businessgroup_name = "Development"
Expand Down

0 comments on commit cdcc923

Please sign in to comment.