tests/user/test_users_present_*: Use new generate_test_data.yml
The new generate_test_data.yml is creating the test data with ansible.builtin.shell and is not calling shell scripts any more. The generation in the yml file and also the set_fact calls make sure that the test data is used.
Showing
- tests/user/create_users_json.yml 0 additions, 13 deletionstests/user/create_users_json.yml
- tests/user/generate_test_data.yml 48 additions, 0 deletionstests/user/generate_test_data.yml
- tests/user/test_users_present_absent.yml 15 additions, 16 deletionstests/user/test_users_present_absent.yml
- tests/user/test_users_present_absent_slice.yml 13 additions, 18 deletionstests/user/test_users_present_absent_slice.yml
- tests/user/users.sh 0 additions, 29 deletionstests/user/users.sh
- tests/user/users_absent.sh 0 additions, 22 deletionstests/user/users_absent.sh
tests/user/create_users_json.yml
deleted
100644 → 0
tests/user/generate_test_data.yml
0 → 100644
tests/user/users.sh
deleted
100644 → 0
tests/user/users_absent.sh
deleted
100644 → 0
Please register or sign in to comment