-
- Downloads
tests/user/test_users*.yml: Use extended dynamic users.json
test_users_absent.yml was using users_absent.json. It has been adapted to use users.json instead with an additional json_query to get only the names from users_present.json. create_users_json.yml has been added to create users.json if it is missing containing 500 users. It is included by test_users_present.yml and test_users_absent.yml. users_present.sh has been renamed to users.sh and modified to create by default users.json with 1000 users and additional with password and passwordexpiration in two years. jmespath has been added to pip install list in tests/azure/templates/playbook_tests.yml to emable the use of json_query. The requirement for jmespath has been added to tests/README.md.
Showing
- tests/README.md 1 addition, 1 deletiontests/README.md
- tests/azure/templates/playbook_tests.yml 1 addition, 0 deletionstests/azure/templates/playbook_tests.yml
- tests/user/create_users_json.yml 13 additions, 0 deletionstests/user/create_users_json.yml
- tests/user/test_users_absent.yml 7 additions, 4 deletionstests/user/test_users_absent.yml
- tests/user/test_users_present.yml 6 additions, 3 deletionstests/user/test_users_present.yml
- tests/user/test_users_present_slice.yml 2 additions, 2 deletionstests/user/test_users_present_slice.yml
- tests/user/users.sh 6 additions, 3 deletionstests/user/users.sh
- tests/user/users_absent.json 0 additions, 3004 deletionstests/user/users_absent.json
- tests/user/users_present.json 0 additions, 5004 deletionstests/user/users_present.json
tests/user/create_users_json.yml
0 → 100644
tests/user/users_absent.json
deleted
100644 → 0
This diff is collapsed.
tests/user/users_present.json
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment