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
9 years ago
..
basic remove_values could hit the recursion limit 9 years ago
ec2 test/: PEP8 compliancy (#24803) 9 years ago
facts Support NetBSD 7.1+ style ifconfig -a output (#25442) 9 years ago
gcp [GCP] Healthcheck module (#24564) 9 years ago
json_utils test/: PEP8 compliancy (#24803) 9 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
test_basic.py test/: PEP8 compliancy (#24803) 9 years ago
test_database.py Revert "Update galaxy and database unit tests." 9 years ago
test_distribution_version.py Facts Refresh (2.4 roadmap) (#23012) 9 years ago
test_known_hosts.py test/: PEP8 compliancy (#24803) 9 years ago
test_postgresql.py test/: PEP8 compliancy (#24803) 9 years ago
test_text.py test/: PEP8 compliancy (#24803) 9 years ago