mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-03 15:43:39 +01:00
cf7326cf18
* add replication case
29 lines
889 B
Markdown
29 lines
889 B
Markdown
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:
|
|
|
|
1. Login UI as admin user
|
|
2. In project replication page, choose a disabled rule and edit rule name, description, rule enable status and endpoint name, username, password.
|
|
3. 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
|