mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 16:19:37 +01:00
565 B
565 B
Test 9-02 User Push unsigned images(DB mode)
Purpose:
To verify UI will difference unsigned images from signed images.
References:
User guide
Environment:
- This test requires one Harbor instance is runnning and available.
- A Linux host with Docker CLI (Docker client) installed.
Test Steps:
- Login UI and create a project.
- Unset DOCKER_CONTENT_TRUST on Docker client and login Harbor.
- Push a image to project created in step1.
Expected Outcome:
- A red cross will displayed under signed colume in UI.
Possible Problems:
None