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/
232232
233233Six test-kitchen instances are defined:
234234
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 `
241241
242242The test-kitchen instances in ` test/fixtures/ ` wrap identically-named examples in the ` examples/ ` directory.
243243
244244#### Setup
245245
2462461 . Configure the [ test fixtures] ( #test-configuration )
2472472 . 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:
249249
250250 ```
251- make docker_build_terraform
252251 make docker_build_kitchen_terraform
253252 ```
2542534 . Run the testing container in interactive mode:
@@ -257,7 +256,7 @@ The test-kitchen instances in `test/fixtures/` wrap identically-named examples i
257256 make docker_run
258257 ```
259258
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/ ` .
2612605 . Run kitchen-terraform to test the infrastructure:
262261
263262 1 . ` kitchen create ` creates Terraform state and downloads modules, if applicable.
You can’t perform that action at this time.
0 commit comments