Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 931 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 931 Bytes

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