siddhantsangwan commented on code in PR #7524:
URL: https://github.com/apache/ozone/pull/7524#discussion_r1868766285


##########
hadoop-ozone/dist/src/main/smoketest/recon/recon-api.robot:
##########
@@ -136,3 +153,13 @@ Check normal api access
 
     kinit as non admin
     Check http return code      ${NON_ADMIN_API_ENDPOINT_URL}   200
+
+Check listKeys api works
+   kinit as ozone admin
+   # Create volume and bucket
+   Execute    ozone sh volume create ${VOLUME}
+   Execute    ozone sh bucket create ${VOLUME}/${BUCKET}
+   Freon OCKG    n=2    args=-s 10 -v ${VOLUME} -b ${BUCKET}
+
+   # Wait until Recon picks up the keys
+   Wait Until Keyword Succeeds     90sec      10sec        Check if the 
listKeys api responds OK   ${VOLUME}     ${BUCKET}

Review Comment:
   Thanks, I've the updated the PR with the suggested change.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to