Skip to content

Instantly share code, notes, and snippets.

View sumitAgrawal007's full-sized avatar

Sumit Agrawal sumitAgrawal007

View GitHub Profile
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test $(go list ./... |grep -v ‘vendor’) -v -run=TestAccResourceVSphereVirtualMachine_deploy -timeout 240m
? github.com/terraform-providers/terraform-provider-vsphere [no test files]
=== RUN TestAccResourceVSphereVirtualMachine_deployOvfFromUrl
--- PASS: TestAccResourceVSphereVirtualMachine_deployOvfFromUrl (269.42s)
=== RUN TestAccResourceVSphereVirtualMachine_deployOvaFromUrl
--- PASS: TestAccResourceVSphereVirtualMachine_deployOvaFromUrl (352.89s)
PASS
ok github.com/terraform-providers/terraform-provider-vsphere/vsphere 622.512s
? github.com/terraform-providers/terraform-provider-vsphere/vsphere/internal/helper/clustercomputeresource [no test files]