Merge pull request #15992 from YangJiao0817/specify-test-redis-tag

Specify test redis image tag
This commit is contained in:
Yang Jiao 2021-11-12 18:19:17 +08:00 committed by GitHub
commit 65675f41e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -86,14 +86,15 @@ Body Of Scan Image With Empty Vul
Body Of Manual Scan All Body Of Manual Scan All
[Arguments] @{vulnerability_levels} [Arguments] @{vulnerability_levels}
Init Chrome Driver Init Chrome Driver
Push Image ${ip} ${HARBOR_ADMIN} ${HARBOR_PASSWORD} library redis ${sha256}= Set Variable e4b315ad03a1d1d9ff0c111e648a1a91066c09ead8352d3d6a48fa971a82922c
Push Image ${ip} ${HARBOR_ADMIN} ${HARBOR_PASSWORD} library redis sha256=${sha256}
Sign In Harbor ${HARBOR_URL} ${HARBOR_ADMIN} ${HARBOR_PASSWORD} Sign In Harbor ${HARBOR_URL} ${HARBOR_ADMIN} ${HARBOR_PASSWORD}
Switch To Vulnerability Page Switch To Vulnerability Page
Trigger Scan Now And Wait Until The Result Appears Trigger Scan Now And Wait Until The Result Appears
Navigate To Projects Navigate To Projects
Go Into Project library Go Into Project library
Go Into Repo redis Go Into Repo redis
Scan Result Should Display In List Row latest Scan Result Should Display In List Row ${sha256}
View Repo Scan Details @{vulnerability_levels} View Repo Scan Details @{vulnerability_levels}
Close Browser Close Browser

View File

@ -29,7 +29,7 @@ Test Case - Garbage Collection
Sign In Harbor ${HARBOR_URL} ${HARBOR_ADMIN} ${HARBOR_PASSWORD} Sign In Harbor ${HARBOR_URL} ${HARBOR_ADMIN} ${HARBOR_PASSWORD}
Create An New Project And Go Into Project project${d} Create An New Project And Go Into Project project${d}
Push Image ${ip} ${HARBOR_ADMIN} ${HARBOR_PASSWORD} project${d} redis Push Image ${ip} ${HARBOR_ADMIN} ${HARBOR_PASSWORD} project${d} redis sha256=e4b315ad03a1d1d9ff0c111e648a1a91066c09ead8352d3d6a48fa971a82922c
Sleep 2 Sleep 2
Go Into Project project${d} Go Into Project project${d}
Delete Repo project${d} redis Delete Repo project${d} redis