mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-06 10:44:36 +01:00
cf7326cf18
* add replication case
639 B
639 B
Test 7-05 Project replication rules delete
Purpose:
To verify that an admin user can delete replication rules.
References:
User guide
Environment:
- This test requires that a Harbor instance is running and available.
Test Steps:
- Login as admin user.
- In project replication page,delete an enabled rule.
- Disable an enabled rule with running job, delete the rule while there is unfinished job.
- In project replication page, delete a disabled rule.
Expected Outcome:
- In step2 rule can not be deleted.
- In step3 rule can not be deleted.
- In step4 rule can be deleted.
Possible Problems:
None