Slide 17
Slide 17 text
Integration Tests
Test if the configuration creates infrastructure
▪ Can you even apply the changes to infrastructure?
▪ Verify dependencies with real infrastructure
▪ Any testing framework or language with setup, test, teardown
– Integration testing frameworks (e.g., TaskCat, kitchen, terratest, goss,
Inspec)
– Programming language
– Add to delivery pipeline
17
@JOATMON08