2017-03-16 08:14:19 +01:00
|
|
|
Test 7-11 Endpoints endpoints add
|
|
|
|
=======
|
|
|
|
|
|
|
|
# Purpose
|
|
|
|
|
2017-08-07 12:12:01 +02:00
|
|
|
To verify admin user can add an endpoint
|
2017-03-16 08:14:19 +01:00
|
|
|
|
|
|
|
# References:
|
|
|
|
|
2017-08-07 12:12:01 +02:00
|
|
|
User guide
|
|
|
|
|
|
|
|
# Environments:
|
|
|
|
|
|
|
|
* This test requires at least two Harbor instance is running and available.
|
|
|
|
|
|
|
|
# Test Steps:
|
|
|
|
|
|
|
|
1. Login UI as admin user.
|
|
|
|
2. In replication page, add an endpoint with valid ip/hostname/username/password,click test connection to test connection.
|
|
|
|
3. 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
|