mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-08 03:30:51 +01:00
cf7326cf18
* add replication case
574 B
574 B
Test 7-17 Rules rule enable
Purpose:
To verify admin user can enable disabled rules.
References:
User guide
Environment:
- This test requires two Harbor instances are running and available.
- Projects has at least one disabled replication rule or more.
Test Steps:
- Login UI as admin user.
- Push an image to a project has at least one disabled rule.
- In replication page, choose a disabled rule,enable it.
Expected Outcome:
- Disabled rule can be enabled,after enable the rule, replication job will start.
Possible Problems:
None