GC function hbas been change, verify criteria must be changed by add manifests (#6934)

Signed-off-by: danfengliu <danfengl@vmware.com>
This commit is contained in:
danfengliu 2019-02-15 11:06:22 +08:00 committed by GitHub
parent fceedb9976
commit b83cf2e4c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,8 +61,8 @@ Test Case - Garbage Collection
${rc} ${output}= Run And Return Rc And Output curl -u ${HARBOR_ADMIN}:${HARBOR_PASSWORD} -i --insecure -H "Content-Type: application/json" -X GET "https://${ip}/api/system/gc/1/log"
Log To Console ${output}
Should Be Equal As Integers ${rc} 0
Should Contain ${output} 3 blobs eligible for deletion
Should Contain ${output} Deleting blob:
Should Contain ${output} 3 blobs and 0 manifests eligible for deletion
#Should Contain ${output} Deleting blob:
Should Contain ${output} success to run gc in job.
Close Browser