mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 16:49:48 +01:00
866 B
866 B
Test 7-05 - Manual trigger
Purpose:
To verify admin user can trigger a replication manually.
References:
User guide
Environment:
- This test requires that at least two Harbor instances are running and available.
- Create a new replication rule whose triggering condition is set to manual and no filter is configured.
- Need at least one image is pushed to the project that the rule is applied to
Test Steps:
- Login UI as admin user.
- In
Administration->Replications
page, choose the rule and click theREPLICATE
button.
Repeat steps 1-2 under Projects->Project_Name->Replication
page.
Expect Outcome:
- In step 2, the operation should success and a few jobs should be started. All the images under the project should be replicated to the remote registry.
Possible Problems:
None