2018-09-19 11:49:43 +02:00
|
|
|
*** 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
|
2020-09-29 11:52:39 +02:00
|
|
|
[Tags] group_admin
|
2018-09-19 11:49:43 +02:00
|
|
|
Harbor API Test ./tests/apitests/python/test_ldap_admin_role.py
|
|
|
|
|
|
|
|
Test Case - LDAP Group User Group
|
2020-09-29 11:52:39 +02:00
|
|
|
[Tags] group_user
|
2018-09-19 11:49:43 +02:00
|
|
|
Harbor API Test ./tests/apitests/python/test_user_group.py
|
|
|
|
|
2020-03-01 10:57:40 +01:00
|
|
|
Test Case - Run LDAP Group Related API Test
|
2020-09-29 11:52:39 +02:00
|
|
|
[Tags] assign_role
|
2020-03-01 10:57:40 +01:00
|
|
|
Harbor API Test ./tests/apitests/python/test_assign_role_to_ldap_group.py
|