test_security_ipa_vars.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. # Copyright 2022 Dell Inc. or its subsidiaries. All Rights Reserved.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. ---
  15. ipa_install_verification_success_msg: "IPA installation successful"
  16. ipa_install_verification_fail_msg: "IPA is not installed"
  17. user_var: "user"
  18. random_number: "{{ 10000 | random }}"
  19. user_creation_success_msg: "User creation successful"
  20. user_creation_fail_msg: "User creation failed"
  21. group_var: "group"
  22. group_creation_success_msg: "Group creation successful"
  23. group_creation_fail_msg: "Group creation failed"
  24. role_var: "role"
  25. role_creation_success_msg: "Role creation successful"
  26. role_creation_fail_msg: "Role creation failed"
  27. add_user_to_group_success_msg: "User successfully added to group"
  28. add_user_to_group_fail_msg: "User add to group failed"
  29. user_deletion_success_msg: "User deletion successful"
  30. user_deletion_fail_msg: "User deletion failed"
  31. group_deletion_success_msg: "Group deletion successful"
  32. group_deletion_fail_msg: "Group deletion failed"