mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 16:19:37 +01:00
1.1 KiB
1.1 KiB
Test 2-22 - Admin User Search Projects (DB Mode)
Purpose:
To verify that a non-admin user can search projects when users are managed locally by Harbor (DB mode).
References:
User guide
Environment:
- This test requires that a Harbor instance is running and available.
- Harbor is set to authenticate against a local database. ( auth_mode is set to db_auth .) The user data is stored in a local database.
- A linux host with Docker CLI installed (Docker client).
- At least a non-admin user.
Test Steps:
NOTE:
In below test, user A is non-admin user. User A should be replaced by a longer and meaningful name.
- Log in to UI as user A (non-admin).
- Create at least 5 projects with different names.
- Log out and log in again as admin user.
- Search projects with keywords to see if projects of user A can be matched by criteria.
- Click on a few projects to toggle publicity on and off.
- Check in "Public Projects" to verify the projects with publicity on can be listed.
Expected Outcome:
- As descirbed in step 4,6.
Possible Problems:
None