ansible/test/units/modules/system
Sébastien DA ROCHA bc4ba6b638 Iptables unit tests (#30762)
* Add some tests for iptables

* Fix remove bug (calls 2 times check to remove a chain)

* Add me as maintainer

* Fix PEP8

* Doc: Give more information on issue #18988

* Fix #18988 and test it

* Fix doc (thanks Pillou)

* enable PEP8 check for iptables
2017-11-01 12:08:57 +01:00
..
interfaces_file Miscellaneous pylint fixes. 2017-09-13 01:53:08 -07:00
__init__.py New module: manage debian network interfaces file /etc/network/interfaces (system/interfaces_file) (#25295) 2017-08-01 12:11:43 -06:00
test_iptables.py Iptables unit tests (#30762) 2017-11-01 12:08:57 +01:00
test_known_hosts.py test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
test_linux_mountinfo.py Fix leading slashes being stripped from mount src (#24013) 2017-08-29 15:16:53 +02:00
test_pamd.py pamd: fix issue with trailing commas in module_arguments 2017-10-30 08:24:21 +01:00
test_parted.py Add unit tests for parted module (#24164) 2017-07-17 21:11:10 -07:00
test_systemd.py