harbor/tests/testcases/Group10-Vulnerability/10-06-Change-scan-configuration.md
DQ 590212b485 Remove clair related code
- clair code in harbor core
- clair code in frontend
- clair code in robotcase

Signed-off-by: DQ <dengq@vmware.com>
2020-11-27 14:01:04 +08:00

910 B

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 trivy 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