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/module_utils
Adrian Likins dde3dac9f8 Support NetBSD 7.1+ style ifconfig -a output (#25442)
* Support NetBSD 7.1+ style ifconfig -a output

network facts on NetBSD after 7.1 cvs would fail
because of format changes in 'ifconfig -a' output.

update code to support new and old format.

add unit tests for both based on
examples from Bruce V Chiarelli.

* wrap use of interfaces.keys() in list() for py3 compat
* sort interface ids for stability
8 years ago
..
basic remove_values could hit the recursion limit 8 years ago
ec2
facts Support NetBSD 7.1+ style ifconfig -a output (#25442) 8 years ago
gcp
json_utils
__init__.py
test_basic.py
test_database.py
test_distribution_version.py Facts Refresh (2.4 roadmap) (#23012) 8 years ago
test_known_hosts.py
test_postgresql.py
test_text.py