Terraform testing strategies for F5 provider
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 tests for f5 infrastructure using mocking the F5 iControl REST API.
go test ./...