File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -232,23 +232,22 @@ Integration tests are run though [test-kitchen](https://github.com/test-kitchen/
232
232
233
233
Six test-kitchen instances are defined:
234
234
235
- - ` deploy_service `
236
- - ` node_pool `
237
- - ` shared_vpc `
238
- - ` simple_regional `
239
- - ` simple_zonal `
240
- - ` stub_domains `
235
+ - ` deploy-service `
236
+ - ` node-pool `
237
+ - ` shared-vpc `
238
+ - ` simple-regional `
239
+ - ` simple-zonal `
240
+ - ` stub-domains `
241
241
242
242
The test-kitchen instances in ` test/fixtures/ ` wrap identically-named examples in the ` examples/ ` directory.
243
243
244
244
#### Setup
245
245
246
246
1 . Configure the [ test fixtures] ( #test-configuration )
247
247
2 . Download a Service Account key with the necessary permissions and put it in the module's root directory with the name ` credentials.json ` .
248
- 3 . Build the Docker containers for testing:
248
+ 3 . Build the Docker container for testing:
249
249
250
250
```
251
- make docker_build_terraform
252
251
make docker_build_kitchen_terraform
253
252
```
254
253
4 . Run the testing container in interactive mode:
@@ -257,7 +256,7 @@ The test-kitchen instances in `test/fixtures/` wrap identically-named examples i
257
256
make docker_run
258
257
```
259
258
260
- The module root directory will be loaded into the Docker container at ` /cftk /workdir/ ` .
259
+ The module root directory will be loaded into the Docker container at ` /cft /workdir/ ` .
261
260
5 . Run kitchen-terraform to test the infrastructure:
262
261
263
262
1 . ` kitchen create ` creates Terraform state and downloads modules, if applicable.
You can’t perform that action at this time.
0 commit comments