mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-03 01:00:08 +01:00
34 lines
910 B
Markdown
34 lines
910 B
Markdown
|
Test 10-06 Change scan configuration
|
||
|
=======
|
||
|
|
||
|
# Purpose:
|
||
|
To verify scan configuration can be changed 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.
|
||
|
|
||
|
# Test Step
|
||
|
|
||
|
1. Login harbor as admin.
|
||
|
2. Push a image to a project.
|
||
|
3. Click configuration.
|
||
|
4. Click vunlerablity.
|
||
|
5. Set scan all to none.
|
||
|
6. Click scan now.
|
||
|
7. Check scan now button.
|
||
|
8. Check the image scan time.
|
||
|
|
||
|
# Expected Outcome:
|
||
|
* Step 4 if a new installed Harbor,vulnerability not ready hit should exist.
|
||
|
* Step 5 schedule time input should disappear.
|
||
|
* Step 7 after click scan now, scan now button should be disabled.
|
||
|
* Step 8 scan timestamp should be the time when click scan now.
|
||
|
|
||
|
# Possible Problems:
|
||
|
None
|