You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/modules
Tyler Ramer 8d0f2e5725 Address regression causing bootproto=dhcp for manual IP addresses (#56376)
Commit b7724fdf85
appears to have caused a regression, where `ip4`, `gw4`, `ip6`, `gw6`
were converted to `ipv4.address`, `ipv4.gateway` etc.

This causes bootproto (or `ipv4.method`) to remain `dhcp`, as noted in https://github.com/ansible/ansible/issues/36615

This commit only reverts the key-value pairs to the original names,
which is in line with both expectation (manual ip addr == no dhcp) and
the language used in the playbook, which is, for example, "ip4" not
"ipv4.address"

Co-authored-by: Stuart Pollock <spollock@pivotal.io>
Co-authored-by: Tyler Ramer <tramer@pivotal.io>
5 years ago
..
cloud Correct places where match was intended 5 years ago
crypto New LUKS devices management module (#48991) 6 years ago
files Fixes #34893 (#40166) 6 years ago
messaging Rabbitmq user permission fixes (#49404) 6 years ago
monitoring Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
net_tools Address regression causing bootproto=dhcp for manual IP addresses (#56376) 5 years ago
network PR to add Unit TC for Checkpoint network module (#57710) 5 years ago
notification Add support for hex color in slack module (#49804) 6 years ago
packaging rename rhsm_repository_release to rhsm_release (#53430) 6 years ago
remote_management Adding dell ome device_info module (#53438) 5 years ago
source_control Fix for skipping of gitlab_runner test. 5 years ago
storage New Module: Vscan Enable (#57953) 5 years ago
system java_keystore - Prefer SHA256 and solve SHA256 keytool in java11 version (#57302) 5 years ago
web_infrastructure Python 3.8 collections compatibility fixes. 6 years ago
__init__.py Some algorithmic unittests for the apt and docker modules 9 years ago
conftest.py fix missing attribs with dirct module execution (#53875) 6 years ago
utils.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago