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/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>
6 years ago
..
interfaces_file Fix for changing method only on specified interface (#39015) 7 years ago
__init__.py New module: manage debian network interfaces file /etc/network/interfaces (system/interfaces_file) (#25295) 7 years ago
test_iptables.py Do not join flag parameters in iptables module (#36658) 6 years ago
test_known_hosts.py
test_linux_mountinfo.py Fix leading slashes being stripped from mount src (#24013) 7 years ago
test_pamd.py Pamd++ (#35709) 6 years ago
test_parted.py parted module not idempotent for esp flag and name (#40547) 6 years ago
test_systemd.py