mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 10:45:45 +01:00
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:
parent
fceedb9976
commit
b83cf2e4c0
@ -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"
|
${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}
|
Log To Console ${output}
|
||||||
Should Be Equal As Integers ${rc} 0
|
Should Be Equal As Integers ${rc} 0
|
||||||
Should Contain ${output} 3 blobs eligible for deletion
|
Should Contain ${output} 3 blobs and 0 manifests eligible for deletion
|
||||||
Should Contain ${output} Deleting blob:
|
#Should Contain ${output} Deleting blob:
|
||||||
Should Contain ${output} success to run gc in job.
|
Should Contain ${output} success to run gc in job.
|
||||||
|
|
||||||
Close Browser
|
Close Browser
|
||||||
|
Loading…
Reference in New Issue
Block a user