mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 16:19:37 +01:00
002e5a2b70
This commit is to enable parallel run jobs with travis, and add API for DB and API for LDAP in travis. Signed-off-by: wang yan <wangyan@vmware.com>
19 lines
549 B
Plaintext
19 lines
549 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
|
|
Harbor API Test ./tests/apitests/python/test_ldap_admin_role.py
|
|
|
|
Test Case - LDAP Group User Group
|
|
Harbor API Test ./tests/apitests/python/test_user_group.py
|
|
|
|
Test Case - Run LDAP Group Related API Test
|
|
Harbor API Test ./tests/apitests/python/test_assign_role_to_ldap_group.py |