harbor/tests/testcases/Group9-Content-trust/9-03-DB-user-pull-signed-im...

30 lines
609 B
Markdown
Raw Normal View History

2017-03-16 09:06:38 +01:00
Test 9-03 User pull signed images(DB mode)
=======
# Purpose:
2017-04-11 06:36:35 +02:00
To verify user can pull signed images.
2017-03-16 09:06:38 +01:00
# References:
User guide
# Environment:
2017-04-11 06:36:35 +02:00
* This test requires one Harbor instance is running and available.
* A Linux machine with Docker CLI(Docker client) installed.
2017-03-16 09:06:38 +01:00
# Test Steps:
2017-04-11 06:36:35 +02:00
NOTE:
In below test, project X should be replaced by an existing project.
2017-03-16 09:06:38 +01:00
2017-04-11 06:36:35 +02:00
1. Login UI.
2017-04-14 08:59:35 +02:00
2. On Docker client, follow [Set up notary](../../../../docs/use_notary.md) to set up notary and login Harobr.
2017-04-11 06:36:35 +02:00
3. Pull an image from project X.
2017-03-16 09:06:38 +01:00
# Expected Outcome:
2017-04-11 06:36:35 +02:00
* Image can be pulled successful.
2017-03-16 09:06:38 +01:00
# Possible Problems:
None