mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
dfe360040b
* addition * attribute * auditing * availability * available * bandwidth * browser * business * cadence * chartmuseum * client * column * content * demonstrate * described * endpoints * facilitate * github * harbor * information * instance * manual * meaningful * operation * overridden * password * possible * project * refactor * replication * requires * running * scanned * settings * signup * those * unsigned * vulnerability -- Also removes trailing space from a filename Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
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 described in step 4,6.
Possible Problems:
None