From b83cf2e4c01353c4930f7fe98955d87a09ea8925 Mon Sep 17 00:00:00 2001 From: danfengliu Date: Fri, 15 Feb 2019 11:06:22 +0800 Subject: [PATCH] GC function hbas been change, verify criteria must be changed by add manifests (#6934) Signed-off-by: danfengliu --- tests/robot-cases/Group1-Nightly/Common.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/robot-cases/Group1-Nightly/Common.robot b/tests/robot-cases/Group1-Nightly/Common.robot index 4003ea325..af6b8729e 100644 --- a/tests/robot-cases/Group1-Nightly/Common.robot +++ b/tests/robot-cases/Group1-Nightly/Common.robot @@ -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