mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 16:49:48 +01:00
cf7326cf18
* add replication case
899 B
899 B
Test 7-21 - Replication-push-images
Purpose:
To verify pushed images can be replicated to remote.
Reference:
User guide
Environment:
- This test requires that at least two Harbor instance are running and available.
- Need at least one project has at least one replication rule.
Test Steps:
NOTE: In below test, Harbor instance should have at least one available endpoint.
- Login UI as admin user;
- Create a project and add an enabled replication rule.
- Push an image to the created project.
- Check replication job.
- Check remote registry to see if the image has been replicated if project existing on remote registry.
- Check remote registry to see if the image has been replicated if project not existing on remote registry.
Expect Outcome:
- On remote registry can see duplicated projects and images.
Possible Problems:
None