kerneltime commented on code in PR #8050:
URL: https://github.com/apache/ozone/pull/8050#discussion_r1989820692


##########
hadoop-ozone/dist/src/main/smoketest/admincli/container.robot:
##########
@@ -96,6 +96,33 @@ List all containers from a particular container ID
     ${output} =         Execute          ozone admin container list --all 
--start 1
                         Should contain   ${output}   OPEN
 
+List containers in JSON array format
+    ${output} =         Execute          ozone admin container list --json | 
jq -r '.'
+                        Should Start With   ${output}   [

Review Comment:
   The goal is to see if the parsing matches, other tests delve deeper into the 
returned payload. I can add some additional checks here as well. 



-- 
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