Skip to content

Commit 4b4427a

Browse files
[6.19.z] adding blockedby to auth tests (#20838)
adding blockedby to auth tests (#20837) (cherry picked from commit 0f48d29) Co-authored-by: Peter Ondrejka <pondrejk@users.noreply.github.com>
1 parent 352a433 commit 4b4427a

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

tests/foreman/destructive/test_ldap_authentication.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,8 @@ def test_user_permissions_rhsso_user_multiple_group(
548548
549549
:CaseImportance: Medium
550550
551+
:BlockedBy: SAT-42705
552+
551553
:steps:
552554
1. create sat_users and sat_admins usergroups with non-admin and admin
553555
permissions respectively

tests/foreman/ui/test_ldap_authentication.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ def test_positive_update_external_roles(
289289
:expectedresults: User has access to all NEW functional areas that are
290290
assigned to aforementioned UserGroup.
291291
292+
:BlockedBy: SAT-42705
293+
292294
:parametrized: yes
293295
"""
294296
ldap_data, auth_source = ldap_auth_source
@@ -347,6 +349,8 @@ def test_positive_delete_external_roles(
347349
348350
:CaseImportance: Medium
349351
352+
:BlockedBy: SAT-42705
353+
350354
:steps:
351355
1. Create an UserGroup.
352356
2. Assign some roles to UserGroup.
@@ -490,6 +494,8 @@ def test_positive_add_admin_role_with_org_loc(
490494
491495
:parametrized: yes
492496
497+
:BlockedBy: SAT-42705
498+
493499
:setup: LDAP Auth Source should be created with Org and Location
494500
Associated.
495501
@@ -1216,6 +1222,8 @@ def test_verify_group_permissions(
12161222
12171223
:CaseImportance: Medium
12181224
1225+
:BlockedBy: SAT-42705
1226+
12191227
:expectedresults: Group with higher permission is applied on the user
12201228
"""
12211229
idm_groups_users = settings.ipa.groups.users

0 commit comments

Comments
 (0)