mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-12 11:56:56 +01:00
cf7326cf18
* add replication case
29 lines
556 B
Markdown
29 lines
556 B
Markdown
Test 7-13 Endpoints endpoint delete
|
|
=======
|
|
|
|
# Purpose
|
|
|
|
To verify admin user can delete an endpoint.
|
|
|
|
# References:
|
|
User guide
|
|
|
|
# Environments:
|
|
|
|
* This test requires one Harbor instance is running and available.
|
|
* At least one endpoint should exist.
|
|
|
|
# Test Steps:
|
|
|
|
1. Login UI as admin user.
|
|
2. In replication page, delete an endpoint in use by a rule.
|
|
3. In replication page, delete an endpoint not in use by a rule.
|
|
|
|
# Expected Outcome:
|
|
|
|
* In step2, endpoint can not be deleted.
|
|
* In step3, endpoint can be deleted.
|
|
|
|
# Possible Problems:
|
|
None
|