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
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
..
compile Docs how to test (2nd) (#24094) 8 years ago
integration win_environment: Added tests and return info in document (#25064) 8 years ago
results Create bot friendly sanity output. (#22381) 8 years ago
runner Temporary work-around for setuptools 36.0.0 bug. (#25243) 8 years ago
sanity wait_for: PEP8, imports, cosmetics (#24634) 8 years ago
units Support NetBSD 7.1+ style ifconfig -a output (#25442) 8 years ago
utils Revert the accidental addition of python-lxml (#25432) 8 years ago