Closed edevenport closed 6 years ago
cc @jasmingacic
@edevenport the CI check have failed.
Dependencies need to be updated.
Also make fmt
needs to be executed.
@aajdinov - please work with @jasmingacic to address these issues.
Acceptance tests output:
$ make testacc ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test $(go list ./... |grep -v 'vendor') -v -timeout 120m ? github.com/StackPointCloud/terraform-provider-oneandone [no test files] ^T=== RUN TestAccDataSourceOneandOneServerSize --- PASS: TestAccDataSourceOneandOneServerSize (23.34s) === RUN TestProvider --- PASS: TestProvider (0.00s) === RUN TestProvider_impl --- PASS: TestProvider_impl (0.00s) === RUN TestAccOneandoneFirewall_Basic --- PASS: TestAccOneandoneFirewall_Basic (75.81s) === RUN TestAccOneandoneLoadbalancer_Basic --- PASS: TestAccOneandoneLoadbalancer_Basic (86.38s) === RUN TestAccOneandoneMonitoringPolicy_Basic --- PASS: TestAccOneandoneMonitoringPolicy_Basic (52.25s) === RUN TestAccOneandonePrivateNetwork_Basic --- PASS: TestAccOneandonePrivateNetwork_Basic (998.42s) === RUN TestAccOneandonePublicIp_Basic --- PASS: TestAccOneandonePublicIp_Basic (54.65s) === RUN TestAccOneandoneServer_Basic --- PASS: TestAccOneandoneServer_Basic (433.00s) === RUN TestAccOneandoneServer_Hardware --- PASS: TestAccOneandoneServer_Hardware (255.51s) === RUN TestAccOneandoneSshKey_Basic --- PASS: TestAccOneandoneSshKey_Basic (45.37s) === RUN TestAccOneandoneVpn_Basic --- PASS: TestAccOneandoneVpn_Basic (67.79s) === RUN TestAccOneandoneBlockStorage_Basic --- PASS: TestAccOneandoneBlockStorage_Basic (266.05s) === RUN TestAccOneandoneSharedStorage_Basic --- PASS: TestAccOneandoneSharedStorage_Basic (74.55s) PASS ok github.com/StackPointCloud/terraform-provider-oneandone/oneandone 2433.116s