avijayanhwx commented on a change in pull request #633: HDDS-3123. Create REST 
API to serve Pipeline information and integrate with UI in Recon
URL: https://github.com/apache/hadoop-ozone/pull/633#discussion_r388083190
 
 

 ##########
 File path: hadoop-ozone/dist/src/main/smoketest/recon/recon-api.robot
 ##########
 @@ -34,6 +34,13 @@ Recon REST API
                         Should contain      ${result}       
ozone_datanode_1.ozone_default
                         Should contain      ${result}       
ozone_datanode_2.ozone_default
                         Should contain      ${result}       
ozone_datanode_3.ozone_default
+    ${result} =         Execute                             curl --negotiate 
-u : -v ${API_ENDPOINT_URL}/pipelines
+                        Should contain      ${result}       pipelines
+                        Should contain      ${result}       RATIS
+                        Should contain      ${result}       OPEN
 
 Review comment:
   Makes sense. I am ok with this.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to