mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-07 02:59:50 +01:00
4bc7444602
1. Verify LDAP group admin in UI; 2. Update LDAP group admin need to verify the AdminRoleInAuth, get current user will return this field as true. Signed-off-by: danfengliu <danfengl@vmware.com>
22 lines
620 B
Plaintext
22 lines
620 B
Plaintext
*** Settings ***
|
|
Documentation Harbor BATs
|
|
Resource ../../resources/APITest-Util.robot
|
|
Library OperatingSystem
|
|
Library String
|
|
Library Collections
|
|
Library requests
|
|
Library Process
|
|
Default Tags API
|
|
|
|
*** Test Cases ***
|
|
Test Case - LDAP Group Admin Role
|
|
[Tags] group_admin
|
|
Harbor API Test ./tests/apitests/python/test_ldap_admin_role.py
|
|
|
|
Test Case - LDAP Group User Group
|
|
[Tags] group_user
|
|
Harbor API Test ./tests/apitests/python/test_user_group.py
|
|
|
|
Test Case - Run LDAP Group Related API Test
|
|
[Tags] assign_role
|
|
Harbor API Test ./tests/apitests/python/test_assign_role_to_ldap_group.py |