Skip to content

ccronca/terraform-f5-testing-strategies

Repository files navigation

terraform-f5-testing-strategies

Terraform testing strategies for F5 provider

Policy enforcement for Terraform

Assert that all terraform resources in the configuration folder meet the user-defined standards. Mainly that default values are the right ones and the properties are defined.

mkvirtualenv terraform_validate
pip install -r requirements.txt
python bigip_ltm_virtual_server_test.py

Automated deployment in a mock environment

Automated tests for f5 infrastructure using mocking the F5 iControl REST API.

go test ./...

Testing libraries

Reference