mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-28 13:15:33 +01:00
dfe360040b
* addition * attribute * auditing * availability * available * bandwidth * browser * business * cadence * chartmuseum * client * column * content * demonstrate * described * endpoints * facilitate * github * harbor * information * instance * manual * meaningful * operation * overridden * password * possible * project * refactor * replication * requires * running * scanned * settings * signup * those * unsigned * vulnerability -- Also removes trailing space from a filename Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
35 lines
982 B
Markdown
35 lines
982 B
Markdown
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:
|
|
|
|
1. Login UI as admin user.
|
|
2. In `Administration->Replications` page, create a new rule and fill in name and description.
|
|
3. Choose a project by clicking the icon on the right of `Projects`.
|
|
4. Add repository and tag filter.
|
|
5. Choose an endpoint, create a new one if no endpoint exists.
|
|
6. Select a triggering condition: Immediate/Manual/Scheduled, check/uncheck the `Delete remote images when locally deleted` if choosing `Immediate`.
|
|
7. Check/uncheck the option `Replicate existing images immediately`.
|
|
8. 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
|