mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 10:45:45 +01:00
cf7326cf18
* add replication case
751 B
751 B
Test 7-15 Rules: rule edit
Purpose:
To verify admin user can edit replication rules.
References:
User guide
Environment:
- This test requires at least two Harbor instances are running and available.
- Project has at least one enabled and one disabled replication rule.
Test Steps:
- Login UI as admin user.
- In replication page,edit name, description, enable status, endpoint info of enabled replication rules.
- Push an image to the project.
- In replication page,edit name, description, enable status, endpoint info of disabled replication rules.
Expected Outcome:
- In step2, rules can not be edited.
- In step4, rules can be edited. If enable rule, replication job will start.
Possible Problems:
None