Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/foreman/destructive/test_ldap_authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,8 @@ def test_user_permissions_rhsso_user_multiple_group(

:CaseImportance: Medium

:BlockedBy: SAT-42705

:steps:
1. create sat_users and sat_admins usergroups with non-admin and admin
permissions respectively
Expand Down
8 changes: 8 additions & 0 deletions tests/foreman/ui/test_ldap_authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ def test_positive_update_external_roles(
:expectedresults: User has access to all NEW functional areas that are
assigned to aforementioned UserGroup.

:BlockedBy: SAT-42705

:parametrized: yes
"""
ldap_data, auth_source = ldap_auth_source
Expand Down Expand Up @@ -347,6 +349,8 @@ def test_positive_delete_external_roles(

:CaseImportance: Medium

:BlockedBy: SAT-42705

:steps:
1. Create an UserGroup.
2. Assign some roles to UserGroup.
Expand Down Expand Up @@ -490,6 +494,8 @@ def test_positive_add_admin_role_with_org_loc(

:parametrized: yes

:BlockedBy: SAT-42705

:setup: LDAP Auth Source should be created with Org and Location
Associated.

Expand Down Expand Up @@ -1216,6 +1222,8 @@ def test_verify_group_permissions(

:CaseImportance: Medium

:BlockedBy: SAT-42705

:expectedresults: Group with higher permission is applied on the user
"""
idm_groups_users = settings.ipa.groups.users
Expand Down