mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
371fc5d6ac
* update configuration test case
687 B
687 B
Test 8-04 - Update-verify-remote-cert-settings
Purpose:
To verify that an admin user can update verify remote cert setting.
References:
User guide
Environment:
- This test requires that a Harbor instance is running and available.
- A linux host with Docker CLI installed (Docker client).
Test Steps:
- Login UI as admin user.
- In configuration replication page, uncheck verify remote certificate settings.
- Save settings.
- Add an end point that use a selfsigned certificate.
- Add a replication rule of any project and enable the rule.
Expected Outcome:
- In step5, project can be replicated.
Possible Problems:
None