freeipa / ansible-freeipa

Ansible roles and modules for FreeIPA
GNU General Public License v3.0
495 stars 233 forks source link

Fix multi user tests #1274

Closed t-woerner closed 2 months ago

t-woerner commented 3 months ago

The tests test_users_present.yml and test_users_absent.yml has been merged into test_users_present_absent.yml to fix the independent test order execution.

The test test_users_present_slice.yml has been renamed to test_users_present_absent_slice.yml.

Both tests are cleaning up possible exiting entries before running the tests and are verifying the present and absent task result.