ansible/test/units/modules/system
Adam Miller bc7ff83cd9 parted module not idempotent for esp flag and name (#40547)
* parted module not idempotent for esp flag and name

Fixes #40452

Currently the parted module doesn't take into account names with
spaces in them which leads to non-idempotent transactions on the
state of the system because the name comparison will never succeed.

Also, when the esp flag is set, parted infers the boot flag and the
parted module did not previously account for this. This lead to
non-idempotent transactions as well.

Signed-off-by: Adam Miller <admiller@redhat.com>

* fix unit tests, expected command changed in the patch

Signed-off-by: Adam Miller <admiller@redhat.com>
2018-05-23 11:06:26 -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/: 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++ (#35709) 2018-05-23 08:24:54 -05:00
test_parted.py parted module not idempotent for esp flag and name (#40547) 2018-05-23 11:06:26 -04:00
test_systemd.py Fix PEP 8 issue. 2017-04-28 06:51:44 +08:00