update robot case for get harbor version (#22104)

This commit is contained in:
miner 2025-06-23 15:10:51 +08:00 committed by GitHub
parent 918aac61a6
commit 937e5920a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -159,5 +159,5 @@ Wait for Harbor Ready
Fail Harbor failed to come up properly!
Get Harbor Version
${rc} ${output}= Run And Return Rc And Output curl -k -X GET --header 'Accept: application/json' 'https://${ip}/api/v2.0/systeminfo'|grep -i harbor_version
${rc} ${output}= Run And Return Rc And Output curl -k -X GET -u ${HARBOR_ADMIN}:${HARBOR_PASSWORD} --header 'Accept: application/json' 'https://${ip}/api/v2.0/systeminfo'|grep -i harbor_version
Log To Console ${output}