mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-04 09:39:51 +01:00
620 B
620 B
Test 7-03 Delete replication rules
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
Administration->Replications
page,delete a rule which has no pending/running/retrying jobs. - Delete a rule which has pending/running/retrying jobs.
Repeat steps 1-3 under Projects->Project_Name->Replication
page.
Expected Outcome:
- In step2 rule can be deleted.
- In step3 rule can not be deleted.
Possible Problems:
None