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
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
..
cache
env
integration VMware: Accept 0 as valid value for memory reservation (#59230) 5 years ago
legacy
results
runner Make ansible-test TestMessage hashable. 5 years ago
sanity Windows - Add common util for web requests (#54759) 5 years ago
units Address regression causing bootproto=dhcp for manual IP addresses (#56376) 5 years ago
utils Show ansible-test --explain errors in CI. 5 years ago