ansible/test/units/modules/system
Sam Doran c9d3bb59a4 Do not join flag parameters in iptables module (#36658)
* Do not join flag parameters

This put a comma between every character of the tcp flag parameters, resulting in a bad iptables command.

Fixes #36490

* Use suboptions to ensure tcp_flags options are lists

* Add unit tests for tcp_flags

* Add example of how to use tcp_flags
2018-05-17 13:53:51 -04:00
..
interfaces_file Fix for changing method only on specified interface (#39015) 2018-04-27 05:18:19 -04: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 Do not join flag parameters in iptables module (#36658) 2018-05-17 13:53:51 -04:00
test_known_hosts.py
test_linux_mountinfo.py Fix leading slashes being stripped from mount src (#24013) 2017-08-29 15:16:53 +02:00
test_pamd.py Fixes #35629 (#35668) 2018-02-05 15:47:14 -06:00
test_parted.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_systemd.py