mirror of
https://github.com/goharbor/harbor
synced 2025-04-08 07:33:07 +00:00
738 B
738 B
Test 9-05 User delete signed images(DB mode)
Purpose:
To verify whether user can delete signed images.
References:
User guide
Environment:
- This test requires one Harbor instance is running and avialable.
- A Linux host with Docker CLI(Docker client) installed.
Test Steps:
- Login UI and create a project.
- On a Docker client,follow Set up notary to set up notary and login Harbor.
- Push an image to project created in step1.
- Delete the pushed image.
- Delete notary tag according to message from UI in step4.
- Delete the image again.
Expected Outcome:
- In step4, image cannot be deleted.
- In step6, image can be deleted.
Possible Problems:
None