mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 10:10:12 +01:00
cf7326cf18
* add replication case
889 B
889 B
Test 7-02 - Project replication rules edit
Purpose:
To verify project manager can edit repliciation rules.
References:
User guide
Environment:
- This test requires that at least two Harbor instances are running and available.
- Need at least one project that has at least one replication rule.
Test Steps:
- Login UI as admin user
- In project replication page, choose a disabled rule and edit rule name, description, rule enable status and endpoint name, username, password.
- In project replication page, choose an enabled rule and edit rule name, description, rule enable status and endpoint name, username, password.
Expect Outcome:
- In step 2, Rule can be edited and error hint works correctly,if rule is enabled, should see jobs start.
- In step 3, Rule can not be edited.
Possible Problems:
None