File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,7 @@ terraform.tfstate.*.backup
9
9
10
10
debug.test
11
11
12
+ .idea
13
+
12
14
# nexus pro license file
13
15
scripts /license.lic
Original file line number Diff line number Diff line change 16
16
17
17
## Introduction
18
18
19
- Terraform provider to configure Sonatype Nexus using it's API.
19
+ Terraform provider to configure Sonatype Nexus using its API.
20
20
21
21
Implemented and tested with Sonatype Nexus ` 3.40.0-03 ` .
22
22
@@ -84,7 +84,7 @@ terraform plan
84
84
terraform apply
85
85
```
86
86
87
- ### Testing / Start Nexus Environment
87
+ ### Testing
88
88
89
89
** NOTE** : For testing Nexus Pro features, place the ` license.lic ` in ` scripts/ ` .
90
90
@@ -102,10 +102,12 @@ Now start the tests
102
102
make testacc
103
103
```
104
104
105
- or without S3 tests:
105
+ or skipped tests:
106
106
107
107
``` shell
108
108
SKIP_S3_TESTS=1 make testacc
109
+ SKIP_AZURE_TESTS=1 make testacc
110
+ SKIP_PRO_TESTS=1 make testacc
109
111
```
110
112
111
113
#### To debug tests
You can’t perform that action at this time.
0 commit comments