This repository was archived by the owner on Aug 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1212
1313 env :
1414 TF_ACC : " 1"
15- NSXT_MANAGER_HOST : " 10.92.116.5 "
15+ NSXT_MANAGER_HOST : " 10.215.102.137 "
1616 NSXT_USERNAME : " admin"
17- NSXT_PASSWORD : " V6*IiT5VmM*+ "
17+ NSXT_PASSWORD : " d5*Hn+-ZNgXS "
1818 NSXT_ORG : " default"
1919 NSXT_PROJECT : " Dev_project"
2020 NSXT_VPC : " dev_vpc"
2828 NSXT_INFRA_TEST_IP_ADDRESS_POOL_NAME : " test-ip-pool"
2929 NSXT_INFRA_TEST_CONTEXT_PROFILE_ID : " 360ANTIV"
3030 NSXT_INFRA_TEST_SERVICE_ID : " Active_Directory_Server"
31- NSXT_TEST_VM_ID : " 86f07fcf-46b5-40e9-8544-1a469d9c6a65 "
32- NSXT_TEST_VM_EXTERNAL_ID : " 86f07fcf-46b5-40e9-8544-1a469d9c6a65 "
31+ NSXT_TEST_VM_ID : " bd0a80fd-f25a-4cdd-8727-3a22220d00e9 "
32+ NSXT_TEST_VM_EXTERNAL_ID : " bd0a80fd-f25a-4cdd-8727-3a22220d00e9 "
3333 NSXT_TEST_VM_POWER_STATE : " VM_RUNNING"
3434
3535 steps :
@@ -40,19 +40,20 @@ jobs:
4040 uses : hashicorp/setup-terraform@v1
4141 with :
4242 terraform_version : 1.4.2
43+ terraform_wrapper : false
4344
4445 - name : Install Go
4546 uses : actions/setup-go@v2
4647 with :
47- go-version : 1.19
48+ go-version : 1.18.4
4849
4950 - name : Install dependencies
5051 run : |
5152 go get -v ./...
5253
5354 - name : Run tests and generate coverage report
5455 run : |
55- TF_ACC=1 go test -v -coverprofile=coverage_report.json ./nsxt/
56+ TF_ACC=1 TF_LOG=TRACE go test -v -coverprofile=coverage_report.json ./nsxt/
5657 go tool cover -html=coverage_report.json -o coverage_report.html
5758
5859 - name : Upload coverage reports to Codecov
You can’t perform that action at this time.
0 commit comments