mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 16:49:48 +01:00
982 B
982 B
Test 7-01 - Create Replication Policy
Purpose:
To verify that admin user can create a replication rule.
References:
User guide
Environment:
- This test requires that at least two Harbor instances are running and available.
Test Steps:
- Login UI as admin user.
- In
Administration->Replications
page, create a new rule and fill in name and description. - Choose a project by clicking the icon on the right of
Projects
. - Add repository and tag filter.
- Choose an endpoint, create a new one if no endpoint exists.
- Select a triggering condition: Immediate/Manaul/Scheduled, check/uncheck the
Delete remote images when locally deleted
if choosingImmediate
. - Check/uncheck the option
Replicate existing images immediately
. - Save the rule.
Repeat steps 1-8 under Projects->Project_Name->Replication
page.
Expected Outcome:
- In step8, a rule will be added.
Possible Problems:
None