mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
371fc5d6ac
* update configuration test case
29 lines
687 B
Markdown
29 lines
687 B
Markdown
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:
|
|
|
|
1. Login UI as admin user.
|
|
2. In configuration replication page, uncheck verify remote certificate settings.
|
|
3. Save settings.
|
|
4. Add an end point that use a selfsigned certificate.
|
|
5. Add a replication rule of any project and enable the rule.
|
|
|
|
# Expected Outcome:
|
|
|
|
* In step5, project can be replicated.
|
|
|
|
# Possible Problems:
|
|
None
|