mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-09 04:01:14 +01:00
cf7326cf18
* add replication case
718 B
718 B
Test 7-11 Endpoints endpoints add
Purpose
To verify admin user can add an endpoint
References:
User guide
Environments:
- This test requires at least two Harbor instance is running and available.
Test Steps:
- Login UI as admin user.
- In replication page, add an endpoint with valid ip/hostname/username/password,click test connection to test connection.
- In replication page, add an endpoint with invalid ip/hostname/username/password, click test connection to test connection.
Expected Outcome:
- In step2 if endpoint is alive,test connection will successful, endpoint will add success.
- In step3 test connection will fail, endpoint will add success.
Possible Problem:
None