ansible/test
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>
2019-07-22 09:30:24 +05:30
..
cache
env
integration VMware: Accept 0 as valid value for memory reservation (#59230) 2019-07-22 09:03:25 +05:30
legacy safe_eval fix (#57188) 2019-06-06 15:36:22 -04:00
results
runner Make ansible-test TestMessage hashable. 2019-07-19 21:34:04 -07:00
sanity Windows - Add common util for web requests (#54759) 2019-07-22 08:42:24 +10:00
units Address regression causing bootproto=dhcp for manual IP addresses (#56376) 2019-07-22 09:30:24 +05:30
utils Show ansible-test --explain errors in CI. 2019-07-17 15:34:00 -07:00