ansible/test/units/modules/system
David Kretch 98260f9884 Fix pamd error when inserting a new rule at the end. Fixes #28487 (#28488)
* When inserting a new rule in `insert_after_rule`, check if the old rule is
the last rule, to avoid a list index out of range error when attempting to
access the next rule.
* Add a test for inserting a new rule after the last rule.
2017-12-13 15:31:20 -06: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 Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08: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 Fix pamd error when inserting a new rule at the end. Fixes #28487 (#28488) 2017-12-13 15:31:20 -06:00
test_parted.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_systemd.py Fix PEP 8 issue. 2017-04-28 06:51:44 +08:00