testsuite
testsuite copied to clipboard
[BUG] `hardcoded_ip_addresses_in_k8s_runtime_configuration` should exempt 127.0.0.1 from FAILURE
Describe the bug
hardcoded_ip_addresses_in_k8s_runtime_configuration should not FAIL when 127.0.0.1 is used as IP.
To Reproduce Steps to reproduce the behavior:
- Configured your CNF to use 127.0.0.1
- Run the
hardcoded_ip_addresses_in_k8s_runtime_configurationtest - You should see a FAIL recommending to change to 0.0.0.0
Expected behavior 127.0.0.1 should be exempt and valid IP to pass this test.
Acceptance Criteria
- [x] Setup a CNF using 127.0.0.1 as a hardcoded IP. Lighty from PANTHEON uses this configuration option.
- [x] Run
cnf_setupand then runhardcoded_ip_addresses_in_k8s_runtime_configurationand you should not see this fail but rather pass as an IP that is exempt. - [x] You can see PASS screenshot here.
