File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ terraform-provider-aap
6
6
* .tfstate
7
7
* .tfstate. *
8
8
* .tfrc
9
- * .txt
10
9
11
10
# Crash log files
12
11
crash.log
Original file line number Diff line number Diff line change @@ -13,9 +13,13 @@ test: ## Execute all unit tests with verbose output."
13
13
@echo " ==> Running unit tests..."
14
14
go test -v ./...
15
15
16
- testacc : # # Run acceptance tests against local aap-dev instance (https://localhost:9080 )."
16
+ testacc : # # Run acceptance tests against local aap-dev instance (https://localhost:8043 )."
17
17
@echo " ==> Running acceptance tests..."
18
- TF_ACC=1 AAP_HOST=" http://localhost:9080" go test -count=1 -v ./...
18
+ TF_ACC=1 AAP_HOST=" http://localhost:8043" go test -count=1 -v ./...
19
+
20
+ testacc-aapdev : # # Run acceptance tests against local aap-dev instance (EXPORT AAP_HOST="http://localhost:9080")
21
+ @echo " ==> Running acceptance tests..."
22
+ TF_ACC=1 go test -count=1 -v ./...
19
23
20
24
generatedocs : # # Format example Terraform configurations and generate plugin documentation."
21
25
@echo " ==> Formatting examples and generating docs..."
You can’t perform that action at this time.
0 commit comments