mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 16:19:37 +01:00
32 lines
896 B
Markdown
32 lines
896 B
Markdown
|
Test 10-05 Schedule daily scan
|
||
|
=======
|
||
|
|
||
|
# Purpose:
|
||
|
To verify daily scan work correctly
|
||
|
# References:
|
||
|
User guide
|
||
|
|
||
|
# Environment:
|
||
|
* This test requires that a Harbor instance is running and available.
|
||
|
* Harbor is installed with clair enable.
|
||
|
* A linux host with Docker CLI installed.
|
||
|
* Clair has been updated to the latest.
|
||
|
|
||
|
# Test Step
|
||
|
1. Login Harbor as admin.
|
||
|
2. Create at least 3 projects.
|
||
|
3. Push at least 2 images to each project.
|
||
|
4. Schedule a daily scan that time is before current time.
|
||
|
5. Wait one day.
|
||
|
6. Check the timestamp of scan.
|
||
|
7. Schedule a daily scan that time is after current time.
|
||
|
8. Wait until time is after the scheduled time.
|
||
|
9. Check the timestamp of scan.
|
||
|
|
||
|
# Expected Outcome:
|
||
|
* Step6 the timestamp should be the same as scheduled.
|
||
|
* Step9 the timestamp should be the same as scheduled.
|
||
|
|
||
|
# Posssible Problems:
|
||
|
None
|